Skip to content

Commit f176c15

Browse files
committed
ci: raise renovate prs against 3.x branch too
1 parent 3c2eebd commit f176c15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
"baseBranches": [
99
"main",
10+
"3.x",
1011
"2.x"
1112
],
1213
"packageRules": [
@@ -22,7 +23,8 @@
2223
},
2324
{
2425
"matchBaseBranches": [
25-
"main"
26+
"main",
27+
"3.x"
2628
],
2729
"ignoreDeps": [
2830
"nitro",

0 commit comments

Comments
 (0)