Wrap all Dependabot ecosystem names in quotes

No functional change but makes this file self-consistent and consistent with the Dependabot docs.
This commit is contained in:
LingMan 2023-02-14 14:33:11 +01:00 committed by Dirkjan Ochtman
parent 865867edd5
commit 0a16a65541

View File

@ -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"