diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ebcd0ebb..58583f4b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,10 @@ updates: schedule: interval: "weekly" day: "friday" + ignore: + # post-1.3 versions require Java 11 + - dependency-name: "ch.qos.logback:logback-*" + versions: "[1.4,)" - package-ecosystem: "github-actions" directory: "/" schedule: