From a073a3ddbd042bb69542456957c0766c53c1e8c2 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 21 Sep 2026 21:18:38 +0200 Subject: [PATCH] Keep SLF4J on 1.7.x in Dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b76b895..6c6c4f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # Maven 3 so use SLF4J 1.7.x + - dependency-name: "org.slf4j:*" + versions: [">= 2.0.0"] - package-ecosystem: "github-actions" directory: "/" schedule: