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.

if this were enabled PRs like #11 wouldn't have to be created manually.

[the docs]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
  • Loading branch information
rursprung committed Dec 20, 2023
1 parent e55ed42 commit f5792ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit f5792ce

Please sign in to comment.