diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cf73b548e..c77155987 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -164,5 +164,12 @@ matchPackageNames: ['com.puppycrawl.tools:checkstyle', 'checkstyle'], enabled: false, }, + /** Ungoup geotools minor and multiple */ + { + matchPackagePrefixes: ['org.geotools.', 'org.geotools:'], + automerge: true, + groupName: 'geotools', + separateMultipleMinor: true, + }, ], }