Skip to content

Commit

Permalink
enable GitHub Dependabot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rursprung committed Dec 28, 2022
1 parent fbf10ed commit cdd8ebf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/i2c"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/parallel-gpio"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/spi"
schedule:
interval: "weekly"

0 comments on commit cdd8ebf

Please sign in to comment.