diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 41ae3ac4ab..ab9f20c56f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,6 +30,12 @@ groupName: 'gradle', automerge: true, }, + { + matchUpdateTypes: ['minor'], + matchPackagePrefixes: ['org.springframework:spring-'], + groupName: 'spring', + automerge: true, + }, /** Accept only the patch on the stabilization branches */ { matchBaseBranches: ['/3\\..*/'],