Skip to content

Commit 7ee1151

Browse files
authored
chore(renovate): update non-major dependencies together (#927)
1 parent 973d77d commit 7ee1151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
groupSlug: 'types',
4949
},
5050
{
51-
groupName: 'all patch dependencies',
52-
groupSlug: 'all-patch',
51+
groupName: 'all non-major dependencies',
52+
groupSlug: 'all-non-major',
5353
matchPackageNames: ['**'],
54-
matchUpdateTypes: ['patch'],
54+
matchUpdateTypes: ['patch', 'minor'],
5555
},
5656
// manually update peer dependencies
5757
{

0 commit comments

Comments
 (0)