ci: group with docker
All checks were successful
renovate / renovate (push) Successful in 2m24s

This commit is contained in:
2026-03-27 20:17:19 -05:00
parent c0e4aba7e1
commit ed6f1127ab

View File

@@ -97,7 +97,8 @@
"description": "Group packages together when stripping registry", "description": "Group packages together when stripping registry",
"matchManagers": [ "matchManagers": [
"custom.regex", "custom.regex",
"helm-values" "helm-values",
"docker"
], ],
"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}}}"
@@ -105,10 +106,10 @@
{ {
"description": "Group for specific apps", "description": "Group for specific apps",
"matchPackageNames": [ "matchPackageNames": [
"/(^|/)(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server)/", "/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
"/^rook(-ceph|\\/rook|\\/ceph)/" "/^rook(-ceph|\\/rook|\\/ceph)/"
], ],
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server|rook-ceph).*$' '$1' depName}}}", "groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}" "groupSlug": "unified-{{{groupName}}}"
}, },
{ {