Skip to content

Commit

Permalink
Cause dependabot to do all go updates once a week
Browse files Browse the repository at this point in the history
To minimize the code review work required to merge go update PRs, cause
dependabot to give us all the updates at the same time, once a week

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and skitt committed Dec 1, 2022
1 parent e3699f5 commit 213fcc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly

0 comments on commit 213fcc9

Please sign in to comment.