We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70c540 commit b34d327Copy full SHA for b34d327
.github/renovate.json5
@@ -48,10 +48,10 @@
48
groupSlug: 'types',
49
},
50
{
51
- groupName: 'all patch dependencies',
52
- groupSlug: 'all-patch',
+ groupName: 'non-major dependencies',
+ groupSlug: 'non-major',
53
matchPackageNames: ['**'],
54
- matchUpdateTypes: ['patch'],
+ matchUpdateTypes: ['patch', 'minor'],
55
56
// manually update peer dependencies
57
0 commit comments