Skip to content

Commit

Permalink
Change dependabot frequencies to daily
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed May 2, 2023
1 parent 5df464f commit 3bcdc4e
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 3bcdc4e

Please sign in to comment.