mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Andrew Kushnir
parent
4ac0147ffe
commit
fb1bc99478
+2
-2
@@ -5,7 +5,7 @@
|
||||
],
|
||||
"baseBranches": [
|
||||
"main",
|
||||
"main"
|
||||
"20.1.x"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
@@ -67,4 +67,4 @@
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user