fix(ci): disable automerge for helm package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
706ef10dfb
commit
57dc7d66f7
@ -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$"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user