diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb46641a..86bc51ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: target-branch: "master" schedule: interval: "daily" + ignore: + # Keep slf4j 1.7.x for Maven 3 compatibility + - dependency-name: "org.slf4j:*" + versions: ["[2.0.0,)"] - package-ecosystem: "maven" directory: "/"