Skip to content

Commit

Permalink
Change gomod dependabot updates to once a week
Browse files Browse the repository at this point in the history
We aren't fast enough to justify twice a week updates and projects
generally only release once a week anyway so any more is redundant. This
changes Go updates to once a week on a Friday giving us the weekend
opportunity to handle them.

Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Jan 17, 2024
1 parent 2745f81 commit 540338f
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 540338f

Please sign in to comment.