rtic/.github/dependabot.yml
Ralph Ursprung 7848190fe6
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
2022-12-28 18:55:20 +01:00

10 lines
207 B
YAML

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