Skip to content

Commit

Permalink
increase dependabot PR limit for Java dependencies (#14804)
Browse files Browse the repository at this point in the history
Many dependabot PRs are currently stuck due to API changes or
incompatibilities. Temporarily Increasing the limit so we can get
updates for other dependencies.
  • Loading branch information
xvrl authored Aug 15, 2023
1 parent 30b5dd4 commit 50b3d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
ignore:
- dependency-name: "com.google.guava:guava"
# pin ZooKeeper dependencies to 3.5.x
Expand Down

0 comments on commit 50b3d96

Please sign in to comment.