diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 33a82a385..a720defa4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,10 +48,10 @@ groupSlug: 'types', }, { - groupName: 'all patch dependencies', - groupSlug: 'all-patch', + groupName: 'all non-major dependencies', + groupSlug: 'all-non-major', matchPackageNames: ['**'], - matchUpdateTypes: ['patch'], + matchUpdateTypes: ['patch', 'minor'], }, // manually update peer dependencies {