This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 242e1f9d1 Bump dependabot limit (#3416)
242e1f9d1 is described below
commit 242e1f9d1a67f4dca3b861d473179bcc83e256a7
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Mar 10 14:38:03 2026 +0100
Bump dependabot limit (#3416)
We have currently 5 open dependabot PRs that are blocked mostly by Java 17
or each other. This enables to have more PRs open to bump other dependencies.
---
.github/dependabot.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index eab4d572c..dee7d3472 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,3 +29,4 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
+ open-pull-requests-limit: 50