Add dependabot config for cargo and GitHub Actions (#570)

This commit is contained in:
Logan Magee 2020-09-25 12:51:54 -08:00 committed by GitHub
parent 3abfcad7ab
commit c2299c7563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly