675: enable GitHub Dependabot r=AfoHT a=rursprung

this ensures that the dependencies are kept up to date. see [the docs][] for further information.

[the docs]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates

Co-authored-by: Ralph Ursprung <ralph.ursprung@gmail.com>
This commit is contained in:
bors[bot] 2023-01-03 21:00:30 +00:00 committed by GitHub
commit 57cc986636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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