From 325b41e63f58244de1869eaecf37fe7adcb19244 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Sun, 3 Nov 2024 16:29:45 -0800 Subject: [PATCH] chore: remove outmoded dependabot ignores --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85f31b43..9637a496 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,13 +8,6 @@ updates: github-actions: patterns: - "*" - ignore: - # For now, ignore updates to clap/assert_cmd to avoid requiring an MSRV update. - # Once we're okay bumping past 1.72.0, then we should remove these lines. - # Until then, we should carefully review upstream changes for these dependencies - # to identify any critical issues. - - dependency-name: "clap" - - dependency-name: "assert_cmd" - package-ecosystem: "cargo" directory: "/"