Skip to content

Commit f4cc4c6

Browse files
committed
fix: dependabot only allow cargo instead of rust
1 parent 15fecfd commit f4cc4c6

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,7 +1,7 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: "rust"
4+
- package-ecosystem: "cargo"
55
directory: "/"
66
schedule:
77
interval: "daily"

0 commit comments

Comments
 (0)