Skip to content

Commit f41d8b4

Browse files
committed
Fix & Update dependabot.yml
1 parent 8af4ce8 commit f41d8b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
8+
- package-ecosystem: "cargo" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12+
commit-message:
13+
prefix: "deps"

0 commit comments

Comments
 (0)