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 99cb3a1
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
timezone: "America/New_York"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock

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

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

0 comments on commit 99cb3a1

Please sign in to comment.