diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 33afc4acb2..935ed1a1db 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ schedule: 'after 5pm on the first day of the month', labels: ['dependencies'], separateMajorMinor: true, + separateMultipleMajor: true, separateMinorPatch: true, prHourlyLimit: 0, prConcurrentLimit: 0, @@ -59,7 +60,7 @@ { matchDatasources: ['docker'], matchPackageNames: ['camptocamp/geoserver'], - matchUpdateTypes: ['major'], + matchUpdateTypes: ['major', 'minor'], groupName: 'geoserver', automerge: true, },