From 8447fd7cfa63ea723692ad28915b3e1eca71f17e Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Wed, 20 Jan 2021 11:47:36 +0000 Subject: [PATCH] github: update dependabot config This updates dependabot config, dropping the "tooling" subdirectory fixing the path to the top-level cargo manifest. --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 529548f4..f3b01619 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,7 @@ updates: interval: weekly open-pull-requests-limit: 3 - package-ecosystem: cargo - directory: "/rust" - schedule: - interval: weekly - open-pull-requests-limit: 3 -- package-ecosystem: cargo - directory: "/tooling" + directory: "/" schedule: interval: weekly open-pull-requests-limit: 3