ci: change renovate config to group custom manager rules
Some checks failed
renovate / renovate (push) Has been cancelled
Some checks failed
renovate / renovate (push) Has been cancelled
This commit is contained in:
@@ -68,10 +68,9 @@
|
|||||||
"docker"
|
"docker"
|
||||||
],
|
],
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"custom.regex"
|
"custom.regex", "helm-values"
|
||||||
],
|
],
|
||||||
"groupName": "docker-custom-updates",
|
"groupName": "docker-custom-updates",
|
||||||
"groupSlug": "docker-custom-updates",
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"image"
|
"image"
|
||||||
],
|
],
|
||||||
@@ -87,10 +86,9 @@
|
|||||||
"docker"
|
"docker"
|
||||||
],
|
],
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"custom.regex"
|
"custom.regex", "helm-values"
|
||||||
],
|
],
|
||||||
"groupName": "docker-custom-automerge",
|
"groupName": "docker-custom-automerge",
|
||||||
"groupSlug": "docker-custom-automerge",
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"image",
|
"image",
|
||||||
"automerge"
|
"automerge"
|
||||||
|
|||||||
Reference in New Issue
Block a user