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",
"groupName": "{{{appName}}}",
"groupSlug": "unified-{{{appName}}}",
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [
"/(^|/)(?<appName>dawarich|komodo|immich|home-assistant|element-web|cilium)/"
]