fix(ci): add package rule
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
4a51092fed
commit
07bef49f49
@ -5,6 +5,15 @@
|
||||
"labels": [ "renovate" ],
|
||||
"rebaseLabel": "renovate/rebase",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [ "renovate/helm", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchPackageNames": [ "helm" ],
|
||||
"matchManagers": [ "regex" ],
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Update helm version",
|
||||
|
Loading…
Reference in New Issue
Block a user