Skip to content

Commit a563355

Browse files
authored
fix renovate config to group non major updates (#5197)
1 parent 58b7266 commit a563355

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
},
88
"packageRules": [
99
{
10-
"minor": {
11-
"groupName": "all non-major dependencies",
12-
"groupSlug": "all-minor-patch"
13-
},
10+
"matchUpdateTypes": ["patch", "minor"],
11+
"groupName": "all non-major dependencies",
1412
"excludePackageNames": ["typescript"]
1513
}
1614
],

0 commit comments

Comments
 (0)