From ad613bb5e747b3762b0286697e2a881a73aa8275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 4 Jul 2023 08:03:52 +0200 Subject: [PATCH] Group checkstyle and spodbug updates --- .github/renovate.json5 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 049afa2774..684b7dc9c0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -111,7 +111,7 @@ groupName: 'batik', automerge: true, }, - /** Disable upgrade of the checkstyle and spotbugs */ + /** Use dependencyDashboardApproval of the checkstyle and spotbugs */ { matchPackageNames: ['checkstyle', 'spotbugs'], matchUpdateTypes: ['major', 'minor'], @@ -122,6 +122,15 @@ matchUpdateTypes: ['major', 'minor'], dependencyDashboardApproval: true, }, + /** Groupe the checkstyle and spotbugs */ + { + matchPackagePrefixes: ['com.puppycrawl.tools:checkstyle', 'checkstyle'], + groupName: 'checkstyle', + }, + { + matchPackagePrefixes: ['com.github.spotbugs:spotbugs-', 'spotbugs'], + groupName: 'spotbugs', + }, /** Accept only the patch on the stabilization branches */ { matchBaseBranches: ['/3\\..*/'],