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:
Alan Agius 2025-07-01 18:22:23 +00:00 committed by Andrew Kushnir
parent 4ac0147ffe
commit fb1bc99478

View file

@ -5,7 +5,7 @@
],
"baseBranches": [
"main",
"main"
"20.1.x"
],
"postUpgradeTasks": {
"commands": [
@ -67,4 +67,4 @@
"enabled": false
}
]
}
}