diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f5d4cb55f25..ee87d2149ea 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,9 +15,10 @@ { // group all patch updates into a single weekly PR - groupName: 'all patch versions', + groupName: 'all patch and minor versions', matchUpdateTypes: [ 'patch', + 'minor', ], schedule: [ '* 0-7 * * 2', // weekly, before 8am on Tuesday