Skip to content

Commit

Permalink
Update the pull-request limit to 10, matching the defualt for securit…
Browse files Browse the repository at this point in the history
…y issues. (#6345)

### Description of the change

Just ensures we're not blocking further non-security dep updates when we
stall on some manual dep updates.

### Benefits

Less blocking of further dependabot PRs.

Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity authored Jun 29, 2023
1 parent b76f936 commit 53112b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@ updates:
schedule:
interval: "daily"
time: "00:00"
open-pull-requests-limit: 2
open-pull-requests-limit: 10

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

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

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

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "04:00"
open-pull-requests-limit: 2
open-pull-requests-limit: 10

0 comments on commit 53112b4

Please sign in to comment.