From 361db06cafbdf7d52e08ca815ff2c8f71fa04b66 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 29 Mar 2026 16:26:23 -0500 Subject: [PATCH] ci: reconfigure --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 7a0820d35..a7cd694a8 100644 --- a/renovate.json +++ b/renovate.json @@ -109,11 +109,11 @@ ] }, { - "description": "Group for specific apps", - "groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz-app|rook-ceph|roundcubemail|tdarr|traefik).*$' '$1' depName}}}", + "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}}}", "groupSlug": "unified-{{{groupName}}}", "matchPackageNames": [ - "/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz-app|rook-ceph|roundcubemail|tdarr|traefik)/", + "/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|postiz-app|rook-ceph|roundcubemail|rybbit|tdarr|traefik)/", "/^rook(-ceph|/rook|/ceph)/" ] },