Skip to content

Commit e28fccc

Browse files
authored
Attempt to fix Dependabot (again) (#1912)
It appears #1911 omitted a leading `-`
1 parent 1b1729b commit e28fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
package-ecosystem: cargo
3+
- package-ecosystem: cargo
44
versioning-strategy: lockfile-only
55
directory: "/"
66
allow:

0 commit comments

Comments
 (0)