Skip to content

Commit

Permalink
Increase dependabot frequency to daily (#253)
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] committed May 3, 2023
2 parents 3046507 + 18306c8 commit aa7742b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
interval: "daily"
timezone: "America/New_York"
reviewers:
- chrisdoherty4

- 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

- package-ecosystem: "docker"
directory: "/"
Expand All @@ -24,3 +23,5 @@ updates:
day: "sunday"
time: "05:00"
timezone: "America/New_York"
reviewers:
- chrisdoherty4

0 comments on commit aa7742b

Please sign in to comment.