fix(ci): add package rules
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
57dc7d66f7
commit
47eb4875c6
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"assignees": [ "volker.raschek" ],
|
||||||
"automergeStrategy": "merge-commit",
|
"automergeStrategy": "merge-commit",
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
@ -7,14 +8,14 @@
|
|||||||
{
|
{
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchManagers": "droneci"
|
"matchManagers": "droneci",
|
||||||
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/helm", "renovate/automerge" ],
|
"addLabels": [ "renovate/helm", "renovate/automerge" ],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"matchPackageNames": [ "helm" ],
|
"matchPackageNames": [ "helm" ],
|
||||||
"matchManagers": [ "regex" ],
|
"matchManagers": [ "regex" ]
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
Loading…
Reference in New Issue
Block a user