From 496b430fb08693dfbe75a3025640e3071a0b48d5 Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Sat, 12 Aug 2023 14:39:57 -0500 Subject: [PATCH] Amend config Signed-off-by: Max Lambrecht --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 615ab1f..63f050f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - - package-ecosystem: gomod - directory: "/" + - package-ecosystem: "cargo" + directory: "/" # Location of the Cargo.toml file schedule: - interval: daily + interval: "daily"