Add simple dependabot config for cargo and github-actions (#810)

Even though we don't have many dependencies, our GitHub Actions are
getting severely out of date and are best updated to the latest version.
Let dependabot help us with this, together with the few `cargo` crate
dependencies that we have (mainly in examples).
This commit is contained in:
Marijn Suijten 2023-11-03 18:20:47 +01:00 committed by GitHub
parent 335251d383
commit 6c7540473a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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