Enable github's Dependabot

This PR enables automated dependency updates built into GitHub.  That's
useful for keeping up-to-date on security updates for example.
This commit is contained in:
Matthias Goergens 2023-07-13 12:27:11 +08:00
parent ee5d1aa6c8
commit 9e748a4745

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

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