Skip to content

Commit

Permalink
Merge 3bcdc4e into 5df464f
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed May 2, 2023
2 parents 5df464f + 3bcdc4e commit b974332
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 b974332

Please sign in to comment.