ci: add tdarr to grouping
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-25 15:50:41 -05:00
parent 027fda5c8c
commit f0d1a70311

View File

@@ -149,10 +149,10 @@
},
{
"description": "Group apps by their keyword",
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium).*$' '$1' depName}}}",
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [
"/(^|/)(?<appName>dawarich|komodo|immich|home-assistant|element-web|cilium)/"
"/(^|/)(?<appName>dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr)/"
]
},
{