Skip to content

Commit a4199ca

Browse files
committed
Activate develop-maintenance as base-branch to allow updating
develop-maintenance
1 parent 66a854a commit a4199ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": [
44
"config:base"
55
],
6-
"baseBranches": ["develop-stable", "develop"],
6+
"baseBranches": ["develop-maintenance", "develop-stable", "develop"],
77
"labels": ["dependencies"],
88
"prConcurrentLimit": 2,
99
"respectLatest": true,
@@ -26,7 +26,7 @@
2626
"packageRules": [
2727
{
2828
"matchUpdateTypes": ["major"],
29-
"matchBaseBranches": ["develop-stable"],
29+
"matchBaseBranches": ["develop-maintenance", "develop-stable"],
3030
"enabled": false
3131
}
3232
],

0 commit comments

Comments
 (0)