From fc6ff432e9c6cfabe02b5a48d871174dd2205eb3 Mon Sep 17 00:00:00 2001 From: LingMan Date: Tue, 14 Feb 2023 14:33:11 +0100 Subject: [PATCH] Wrap all Dependabot ecosystem names in quotes No functional change but makes this file self-consistent and consistent with the Dependabot docs. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55047562e7..0f67083a2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - - package-ecosystem: cargo + - package-ecosystem: "cargo" directory: "/" schedule: interval: "weekly" - - package-ecosystem: cargo + - package-ecosystem: "cargo" directory: "/fuzz/" schedule: interval: "weekly"