mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Kristiyan Kostadinov
parent
5105fd6f05
commit
7955627630
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user