mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 fix renovate automerge
This commit is contained in:
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@@ -6,7 +6,6 @@
|
|||||||
":dependencyDashboard",
|
":dependencyDashboard",
|
||||||
":semanticCommits",
|
":semanticCommits",
|
||||||
":enablePreCommit",
|
":enablePreCommit",
|
||||||
":automergeBranchPush",
|
|
||||||
"github>auricom/home-ops//.github/renovate/allowedVersions.json5",
|
"github>auricom/home-ops//.github/renovate/allowedVersions.json5",
|
||||||
"github>auricom/home-ops//.github/renovate/autoMerge.json5",
|
"github>auricom/home-ops//.github/renovate/autoMerge.json5",
|
||||||
"github>auricom/home-ops//.github/renovate/commitMessage.json5",
|
"github>auricom/home-ops//.github/renovate/commitMessage.json5",
|
||||||
|
2
.github/renovate/autoMerge.json5
vendored
2
.github/renovate/autoMerge.json5
vendored
@@ -8,7 +8,7 @@
|
|||||||
"automergeType": "branch",
|
"automergeType": "branch",
|
||||||
"ignoreTests": true,
|
"ignoreTests": true,
|
||||||
"matchUpdateTypes": ["digest"],
|
"matchUpdateTypes": ["digest"],
|
||||||
"matchPackagePattern": ["ghcr.io/auricom", "ghcr.io/bjw-s", "ghcr.io/onedr0p"]
|
"matchPackagePatterns": ["ghcr.io/auricom", "ghcr.io/bjw-s", "ghcr.io/onedr0p"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Auto merge GitHub Actions",
|
"description": "Auto merge GitHub Actions",
|
||||||
|
@@ -45,7 +45,7 @@ spec:
|
|||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/authelia/authelia
|
repository: ghcr.io/authelia/authelia
|
||||||
tag: master@sha256:47cabc573f8faaac03d714544d3a8333eea9f6f581e29728bf14ec90e1596c62
|
tag: master@sha256:a3647c3dd136402745c7639e446944004145630c822f27e22f999c414c234d2f
|
||||||
args: ["--config", "/config/configuration.yaml", "--config.experimental.filters", "expand-env"]
|
args: ["--config", "/config/configuration.yaml", "--config.experimental.filters", "expand-env"]
|
||||||
env:
|
env:
|
||||||
AUTHELIA_AUTHENTICATION_BACKEND_LDAP_ADDITIONAL_GROUPS_DN: ou=groups
|
AUTHELIA_AUTHENTICATION_BACKEND_LDAP_ADDITIONAL_GROUPS_DN: ou=groups
|
||||||
|
Reference in New Issue
Block a user