From d61ec8c7dbfa2dcb573777cbf3fa346756dedc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 3 Oct 2024 11:32:18 +0200 Subject: [PATCH] Ungoup geotools minor and multiple --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) 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, + }, ], }