Skip to content

Commit 7a5a00b

Browse files
authored
chore(renovate): update config (#2030)
1 parent 3682bd7 commit 7a5a00b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
3+
"baseBranches": ["master", "next"],
34
"labels": ["renovate"],
45
"minor": {
56
"groupName": "all minor dependencies"
@@ -13,6 +14,11 @@
1314
{
1415
"depTypeList": ["peerDependencies"],
1516
"enabled": false
17+
},
18+
{
19+
"baseBranchList": ["next"],
20+
"updateTypes": ["digest", "pin", "patch", "minor"],
21+
"enabled": false
1622
}
1723
]
1824
}

0 commit comments

Comments
 (0)