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

This commit is contained in:
2026-03-25 20:51:17 -05:00
parent 3e188ae0d8
commit 655c3ec956

View File

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