From 655c3ec956b892693ed0afc0804bd1d9db90864c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 25 Mar 2026 20:51:17 -0500 Subject: [PATCH] ci: add argo-cd to grouping --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 49af5bdda..65a8be134 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).*$' '$1' depName}}}", + "groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd).*$' '$1' depName}}}", "groupSlug": "unified-{{{groupName}}}", "matchPackageNames": [ - "/(^|/)(?dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr)/" + "/(^|/)(?dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd)/" ] }, {