mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: fix incorrect base branch in renovate config (#62406)
There is a bug in ng-dev which set the incorrect branch PR Close #62406
This commit is contained in:
parent
4ac0147ffe
commit
fb1bc99478
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
"baseBranches": [
|
||||
"main",
|
||||
"main"
|
||||
"20.1.x"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
|
|
@ -67,4 +67,4 @@
|
|||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue