From add399bc0e1faf506d3fc725f9676e4878815b42 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 29 Mar 2026 20:13:38 -0500 Subject: [PATCH] ci: reconfigure --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a7cd694a8..acae05779 100644 --- a/renovate.json +++ b/renovate.json @@ -110,10 +110,10 @@ }, { "description": "Group for specific apps, these have different package and repo names", - "groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz-app|rook-ceph|roundcubemail|rybbit|tdarr|traefik).*$' '$1' depName}}}", + "groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz|rook-ceph|roundcube|rybbit|tdarr|traefik).*$' '$1' depName}}}", "groupSlug": "unified-{{{groupName}}}", "matchPackageNames": [ - "/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz-app|rook-ceph|roundcubemail|rybbit|tdarr|traefik)/", + "/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz|rook-ceph|roundcube|rybbit|tdarr|traefik)/", "/^rook(-ceph|/rook|/ceph)/" ] },