6c7540473a
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).
11 lines
217 B
YAML
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
|