Skip to content

Commit b34d327

Browse files
committed
chore(renovate): update non-major dependencies together
1 parent e70c540 commit b34d327

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: 'non-major dependencies',
52+
groupSlug: 'non-major',
5353
matchPackageNames: ['**'],
54-
matchUpdateTypes: ['patch'],
54+
matchUpdateTypes: ['patch', 'minor'],
5555
},
5656
// manually update peer dependencies
5757
{

0 commit comments

Comments
 (0)