Add dependabot config for autmatic cargo update PRs

This commit is contained in:
Daniel Bast 2021-11-13 09:59:36 +01:00
parent a90871a9fc
commit bb21e76c84

6
.github/dependabot.yml vendored Normal file
View file

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