From 2d716cd70e12335d62ebda78482a3faeee27ac7c Mon Sep 17 00:00:00 2001 From: sullis Date: Sun, 25 Apr 2021 15:14:47 -0700 Subject: [PATCH] ignore slf4j updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc74..4c0ed1f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "org.slf4j:*" - package-ecosystem: "github-actions" directory: "/" schedule: