Skip to content

Commit

Permalink
Distribute dependabot checks in time (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
antgamdia committed Jun 21, 2021
1 parent d380f04 commit 4d2d766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@ updates:
directory: "/dashboard"
schedule:
interval: "daily"
time: "00:00"
open-pull-requests-limit: 2

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "01:00"
open-pull-requests-limit: 2

- package-ecosystem: "cargo"
directory: "/cmd/pinniped-proxy"
schedule:
interval: "daily"
time: "02:00"
open-pull-requests-limit: 2

- package-ecosystem: "npm"
directory: "/integration"
schedule:
interval: "daily"
time: "03:00"
open-pull-requests-limit: 2

0 comments on commit 4d2d766

Please sign in to comment.