Skip to content

Commit

Permalink
Increase dependabot maximum PR limit for maven (#705)
Browse files Browse the repository at this point in the history
It is currently failing [1] as it tries to open more PRs than it is
allowed to.

1: https://github.com/bufbuild/protoc-gen-validate/network/updates/495752775
  • Loading branch information
rubensf committed Nov 1, 2022
1 parent f2a3026 commit c7d2ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ updates:
directory: "/java"
schedule:
interval: "weekly"
open-pull-requests-limit: 40

0 comments on commit c7d2ee1

Please sign in to comment.