enable GitHub Dependabot

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
This commit is contained in:
Ralph Ursprung 2022-12-28 18:55:20 +01:00
parent 4d7aeaf6c4
commit 7848190fe6
No known key found for this signature in database
GPG key ID: 948876252DE60C10

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"