fix(ci): disable automerge for helm package
continuous-integration/drone/push Build is passing Details

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
1 changed files with 2 additions and 2 deletions

View File

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