This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-dependabot in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 028eb76b99933cb6c33c662ca89d50cadc2b1ba3 Author: Fokko Driesprong <[email protected]> AuthorDate: Sat Mar 7 22:31:14 2026 +0100 Bump dependabot limit 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
