Add dependabot config for cargo updates

This commit is contained in:
Daniel Bast 2021-08-02 10:34:11 +02:00 committed by David Peter
parent 708efaa812
commit 6ce55624f7
1 changed files with 7 additions and 0 deletions

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"