Skip to content

Commit

Permalink
Change dependabot frequencies to daily (#717)
Browse files Browse the repository at this point in the history
## Summary

Increase dependabot frequency to daily - there's no penalty/rate limit to daily updates. This will help spread the load across a week instead of waiting for the influx at the weekend (the original desire that seems less helpful).
  • Loading branch information
mergify[bot] authored May 2, 2023
2 parents 5df464f + 3bcdc4e commit 413b73f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
interval: "daily"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
interval: "daily"
timezone: "America/New_York"
open-pull-requests-limit: 10
reviewers:
- chrisdoherty4
- jacobweinstock

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
interval: "daily"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock

0 comments on commit 413b73f

Please sign in to comment.