From b554189d7256bb87b5981f439a34e2011252bfb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Sol=C3=B3rzano?= Date: Tue, 12 Apr 2022 10:28:30 +0200 Subject: [PATCH] Dependabot ignore Checkstyle >=10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jorge Solórzano --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b76b895..73d8ead 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # Checkstyle >=10 requires Java 11+ + - dependency-name: "com.puppycrawl.tools:checkstyle" + versions: [">= 10.0"] - package-ecosystem: "github-actions" directory: "/" schedule: