diff --git a/renovate.json b/renovate.json index 0fc3c6ae2..9f3612b9b 100644 --- a/renovate.json +++ b/renovate.json @@ -97,7 +97,8 @@ "description": "Group packages together when stripping registry", "matchManagers": [ "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}}", "groupSlug": "unified-{{{groupName}}}" @@ -105,10 +106,10 @@ { "description": "Group for specific apps", "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)/" ], - "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}}}" }, {