Skip to content

Commit 34a4a26

Browse files
committed
chore(renovate): update config
1 parent fa17131 commit 34a4a26

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

renovate.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"extends": [
3-
"config:base"
4-
]
2+
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
3+
"labels": ["renovate"],
4+
"minor": {
5+
"groupName": "all minor dependencies"
6+
},
7+
"patch": {
8+
"groupName": "all patch dependencies"
9+
},
10+
"separateMinorPatch": true
511
}

0 commit comments

Comments
 (0)