From ed6f1127abe984f09ffea9825f6057ce2839a7e3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 27 Mar 2026 20:17:19 -0500 Subject: [PATCH] ci: group with docker --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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}}}" }, {