Skip to content

Commit

Permalink
Merge a2d5fbd into 75b4200
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 authored Oct 24, 2023
2 parents 75b4200 + a2d5fbd commit 843b9c9
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,47 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "04:39"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock
open-pull-requests-limit: 10

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

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "03:52"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "04:22"
timezone: "America/New_York"
reviewers:
- chrisdoherty4
- jacobweinstock
open-pull-requests-limit: 10

0 comments on commit 843b9c9

Please sign in to comment.