ash/.github/dependabot.yaml
Marijn Suijten 6c7540473a
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).
2023-11-03 18:20:47 +01:00

11 lines
217 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/.github/workflows/"
schedule:
interval: weekly