From e7af51db3a1540dad4fdfa260aed5a870060027d Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 3 Mar 2022 23:04:25 +1000 Subject: [PATCH] fix(deps): remove an outdated dependabot ignore rule (#3719) We can use dependabot commands instead. --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50422f65..9a7c7986 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,6 @@ updates: - "A-dependencies" - "A-rust" - "P-Low :snowflake:" - ignore: - - dependency-name: tokio-util - versions: - - ">= 0.3.a, < 0.4" - package-ecosystem: github-actions directory: "/" schedule: