Skip to content

Commit

Permalink
Change dependency update frequency to once a week
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Jan 18, 2024
1 parent 0a4abb6 commit 4925303
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "monday"
day: "friday"
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
open-pull-requests-limit: 20

- package-ecosystem: "docker"
directory: "/"
Expand Down

0 comments on commit 4925303

Please sign in to comment.