Skip to content

Commit

Permalink
feat(dependabot): add cargo support
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Nov 2, 2024
1 parent 8febbf8 commit ae73bc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "daily"
time: "07:30"
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down

0 comments on commit ae73bc3

Please sign in to comment.