mirror of https://github.com/apache/druid.git
increase dependabot PR limit for Java dependencies (#14804)
Many dependabot PRs are currently stuck due to API changes or incompatibilities. Temporarily Increasing the limit so we can get updates for other dependencies.
This commit is contained in:
parent
30b5dd4ca7
commit
50b3d96df5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue