fix(ci): disable automerge for helm package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-01-30 16:10:07 +01:00
parent 706ef10dfb
commit 57dc7d66f7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -11,7 +11,7 @@
}, },
{ {
"addLabels": [ "renovate/helm", "renovate/automerge" ], "addLabels": [ "renovate/helm", "renovate/automerge" ],
"automerge": true, "automerge": false,
"matchPackageNames": [ "helm" ], "matchPackageNames": [ "helm" ],
"matchManagers": [ "regex" ], "matchManagers": [ "regex" ],
"matchUpdateTypes": [ "minor", "patch"] "matchUpdateTypes": [ "minor", "patch"]
@ -21,7 +21,7 @@
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"regexManagers": [ "regexManagers": [
{ {
"description": "Update helm version", "description": "Update version",
"fileMatch": [ "fileMatch": [
"^Makefile$" "^Makefile$"
], ],