From e8ceb72edcdf997a2a8b8f88c4f8bff20dae8077 Mon Sep 17 00:00:00 2001 From: BRIAN GLEESON Date: Fri, 10 Apr 2026 15:30:01 +0100 Subject: [PATCH] chore: ignore checkstyle update in renovate due to JDK21 requirement Signed-off-by: BRIAN GLEESON --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index f167225..b71f3d0 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,10 @@ { "matchManagers": ["github-actions"], "enabled": false + }, + { + "matchPackageNames": ["com.puppycrawl.tools:checkstyle"], + "enabled": false } ] }