From 0064329c4e322e5a3fe86faeaf2ec0161053c97f Mon Sep 17 00:00:00 2001 From: I538344 Date: Wed, 7 Jan 2026 13:30:10 +0100 Subject: [PATCH] chore: [Dependabot] ignore checkstyle >=13.0.0 --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e48af1a12..aac58a668 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -49,6 +49,9 @@ updates: versions: ['3.6.1', '3.6.2'] - dependency-name: 'com.sap.cloud.security:env' versions: ['3.6.1', '3.6.2'] + # needs Java 21 + - dependency-name: 'com.puppycrawl.tools:checkstyle' + versions: [ ">=13.0.0" ] # archetype updates # Dependabot seems to be unable to handle those, so this is disabled for now