From 0e08d837a16977678e4663241846b3638fdde623 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 18 Jul 2022 13:58:30 +0200 Subject: [PATCH] Update dependabot.yml Remove erroneous config that was trying to use the default value anyway. --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e83b16..40f2317 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,5 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" - allow: "all" schedule: interval: "weekly"