ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m49s

This commit is contained in:
2026-01-25 14:32:09 -06:00
parent 812f46efed
commit fb066b2e6e

View File

@@ -69,9 +69,6 @@
], ],
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}", "groupSlug": "unified-{{{groupName}}}",
"replacementParameters": {
"shortName": "{{{replace 'ghcr.io/' '' depName}}}"
},
"addLabels": [ "addLabels": [
"image" "image"
], ],
@@ -98,9 +95,6 @@
], ],
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}", "groupSlug": "unified-{{{groupName}}}",
"replacementParameters": {
"shortName": "{{{replace 'ghcr.io/' '' depName}}}"
},
"addLabels": [ "addLabels": [
"image", "image",
"automerge" "automerge"