Skip to content

Commit d9cf381

Browse files
authored
Add support for cargo and dotnet-sdk in Dependabot
1 parent 11b0240 commit d9cf381

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
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: "weekly"
12+
- package-ecosystem: "dotnet-sdk"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)