From b18bbe0ed4755f03e5878ecc7ef87ffc7fc71bce Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler <71695780+ellmau@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:53:26 +0100 Subject: [PATCH] Dependabot add bin folder --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76b8463..d288bf6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/bin/" # Location of package manifests + schedule: + interval: "monthly"