Skip to content

Commit 36107c8

Browse files
committed
chore(renovate): group updates together
1 parent c18c02a commit 36107c8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"rangeStrategy": "pin",
55
"semanticCommits": true,
66
"npm": {
7-
"semanticCommitType": "chore"
7+
"semanticCommitType": "chore",
8+
"packageRules": [
9+
{
10+
"packagePatterns": [
11+
"*"
12+
],
13+
"minor": {
14+
"groupName": "all non-major dependencies",
15+
"groupSlug": "all-minor-patch"
16+
}
17+
}
18+
]
819
},
920
"composer": {
1021
"enabled": true,

0 commit comments

Comments
 (0)