From 5c68027f791b2344b55f8304a5a9a1048b9cf9ea Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Thu, 9 Mar 2023 18:19:08 +0800 Subject: [PATCH] Fix the empty value in the dependabot.yml Signed-off-by: Quanyi Ma --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f19..e8d486ab3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"