From 342eed906fdbfc23403a65ce1dd52bcbf49b560a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 2 Oct 2024 14:08:31 +0200 Subject: [PATCH] Don't update checkstyle on old branches --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0e8497d4f..cf73b548e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -161,7 +161,7 @@ /** Don't update checkstyle on old branches */ { matchBaseBranches: ['/^3.2[2-9]$/', '/^3.30$/'], - matchPackageNames: ['checkstyle'], + matchPackageNames: ['com.puppycrawl.tools:checkstyle', 'checkstyle'], enabled: false, }, ],