Skip to content

Commit 062bfd7

Browse files
authored
Update Renovate config to combine all nonmajor updates into one pr. (#514)
1 parent da4b312 commit 062bfd7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,18 @@
44
],
55
"ignoreDeps": [
66
"remark-math"
7+
],
8+
"packageRules": [
9+
{
10+
"matchPackagePatterns": [
11+
"*"
12+
],
13+
"matchUpdateTypes": [
14+
"minor",
15+
"patch"
16+
],
17+
"groupName": "all non-major dependencies",
18+
"groupSlug": "all-minor-patch"
19+
}
720
]
821
}

0 commit comments

Comments
 (0)