Skip to content

Commit

Permalink
Reduce dependabot update frequency
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Oct 24, 2023
1 parent 5dc19f2 commit c325993
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,49 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions.
- 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

# Maintain dependencies for Go modules.
- 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

# Maintain dependencies for Docker images.
- 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 c325993

Please sign in to comment.