ci: enable Renovate on main and 20.0.x branches (#61160)

Dependency updates can no longer be cherry-picked due to hash changes in Aspect lock files. This commit enables Renovate to run directly on the `main` and `20.0.x` branches.

PR Close #61160
This commit is contained in:
Alan Agius
2025-05-07 08:24:14 +00:00
committed by Kristiyan Kostadinov
parent 5105fd6f05
commit 7955627630
+2 -2
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main"],
"baseBranches": ["main", "20.0.x"],
"enabledManagers": ["npm", "bazel", "github-actions", "nvm"],
"rangeStrategy": "replace",
"pinDigests": true,
@@ -15,7 +15,7 @@
"lockFileMaintenance": {
"enabled": true
},
"labels": ["target: patch", "area: build & ci", "action: merge"],
"labels": ["area: build & ci", "action: merge"],
"postUpgradeTasks": {
"commands": [
"git restore .yarn/releases/yarn-1.22.22.cjs pnpm-lock.yaml",