From 5745e9b396f7f4b63ec7b4e7a4f40211c65e0d98 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 26 Mar 2021 09:00:17 -0400 Subject: [PATCH] use the correct 'package-ecosystem' config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02e3e8249..14441fc55 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "rust" + - package-ecosystem: "cargo" directory: "/" # Location of package manifests schedule: interval: "daily"