Skip to content

Commit

Permalink
chore(ci): allow all dep types (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Dec 4, 2024
1 parent 28362c4 commit 5c0750e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
allow:
- dependency-type: "all"
schedule:
interval: "weekly"
time: "04:00" # UTC
Expand Down

0 comments on commit 5c0750e

Please sign in to comment.