From 3bf4512e2411eb4bbe0467d993b06cd545532db8 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:28:33 +0000 Subject: [PATCH] ci: renovate update Angular group to follow next tag More info https://docs.renovatebot.com/configuration-options/#followtag --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index aae47f6aa5e1..f6f769879c62 100644 --- a/renovate.json +++ b/renovate.json @@ -49,6 +49,7 @@ }, { "groupName": "angular", + "followTag": "next", "matchDepNames": ["/^@angular/.*/", "/angular/dev-infra/"] }, {