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" ],
|
"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$"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user