From bcdfc2a8ea4dddc96043781dc035a12e466e2e36 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 26 Nov 2022 12:06:09 +0100 Subject: [PATCH] CI: allow dependabot update of oauth2 Our minimum go version is new enough to allow updating the library. --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2118a67c3..c311a3cb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,6 @@ updates: interval: "monthly" ignore: - dependency-name: "bazil.org/fuse" - - dependency-name: "golang.org/x/oauth2" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions"