From c41639b21934797a8c17431c05af2410be69bbfb Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:30:46 +0000 Subject: [PATCH] ci: update renovate base branch to 20.3.x Updates the Renovate bot configuration to include the 20.3.x branch in `baseBranchPatterns`. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7fa25e54e185..517a7a9b8b45 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranchPatterns": ["main", "20.2.x"], + "baseBranchPatterns": ["main", "20.3.x"], "extends": ["github>angular/dev-infra//renovate-presets/default.json5"], "ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"], "packageRules": [