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)/" ] },