From 5968971313eb80b09d710ef2b05f8b9d9a5a2d14 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 27 Nov 2022 15:06:30 +0100 Subject: [PATCH] CI: remove dependabot ignore for bazil.org/fuse We've switched to a fork of the original library, thus the ignore is no longer necessary. --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c311a3cb0..07f6b705b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - ignore: - - dependency-name: "bazil.org/fuse" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions"