Skip to content

Commit

Permalink
Wrap all Dependabot ecosystem names in quotes
Browse files Browse the repository at this point in the history
No functional change but makes this file self-consitent and consistent with the Dependabot docs.
  • Loading branch information
LingMan committed Feb 14, 2023
1 parent 97b3dc9 commit cb0013d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cb0013d

Please sign in to comment.