ci: change group name
All checks were successful
renovate / renovate (push) Successful in 2m19s

This commit is contained in:
2026-03-24 19:53:12 -05:00
parent 0bffaad9af
commit 26438bd165

View File

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