Skip to content

Commit

Permalink
chore: set dependabot interval to weekly (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde authored Oct 10, 2024
1 parent 72b13dd commit a1fec95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
interval: weekly
day: friday
time: "09:00"
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
interval: weekly
day: friday
time: "09:00"
open-pull-requests-limit: 99

0 comments on commit a1fec95

Please sign in to comment.