From fb1bc994789afc2015c25c0be0acfe200909ef8d Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:22:23 +0000 Subject: [PATCH] ci: fix incorrect base branch in renovate config (#62406) There is a bug in ng-dev which set the incorrect branch PR Close #62406 --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 1e765c3eae8..423fdc9e3ed 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ], "baseBranches": [ "main", - "main" + "20.1.x" ], "postUpgradeTasks": { "commands": [ @@ -67,4 +67,4 @@ "enabled": false } ] -} \ No newline at end of file +}