From b403267e47b4a22777a2fc8c061783432946a662 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 30 Jan 2025 17:33:09 +0100 Subject: [PATCH] Bump number of open Dependabot PRs (#921) I noticed that some groups of dependencies are out of sync: https://github.com/apache/iceberg-rust/pull/915#discussion_r1932478025 Therefore I think it is good to bump the limit a bit (default is 5). --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9539c800..b3c175a4d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,4 @@ updates: schedule: interval: "weekly" day: "sunday" + open-pull-requests-limit: 50