diff --git a/renovate.json b/renovate.json index 0e2ed3a99..44d20833e 100644 --- a/renovate.json +++ b/renovate.json @@ -158,10 +158,10 @@ }, { "description": "Group apps by their keyword", - "groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd).*$' '$1' depName}}}", + "groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik).*$' '$1' depName}}}", "groupSlug": "unified-{{{groupName}}}", "matchPackageNames": [ - "/(^|/)(?dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd)/" + "/(^|/)(?dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik)/" ] }, {