Skip to content

Commit a2c0fb8

Browse files
authored
ci: try baseBranches with regex (#15199)
1 parent 1328f59 commit a2c0fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"python": {
88
"enabled": false
99
},
10-
"baseBranches": ["main", "prepare-for-v3.0.0"],
10+
"baseBranches": ["main", "/^prepare.*v3/"],
1111
"regexManagers": [
1212
{
1313
"fileMatch": [

0 commit comments

Comments
 (0)