Skip to content

Commit ee63f1b

Browse files
authored
[#2419] Group Renovate Minor and Patch Updates (#2434)
Group Renovate Minor and Patch Updates Renovate has been generating a high volume of pull requests for dependency updates, leading to excessive notifications for repository watchers. Let's update renovate.json to group non-major version updates into a single pull request.
1 parent abeaacd commit ee63f1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
],
66
"packageRules": [
77
{
8+
"groupName": "all non-major dependencies except typescript",
9+
"groupSlug": "all-minor-patch",
10+
"matchPackageNames": [
11+
"!typescript"
12+
],
813
"matchDepTypes": [
914
"dependencies",
1015
"devDependencies"

0 commit comments

Comments
 (0)