From 0a18ecb6035696aef634783f15ad89cf68ac1e40 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 3 Mar 2025 14:45:03 -0600 Subject: [PATCH] Raise open pull request limit (#1233) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0514d2c2..738a3d17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 20 - package-ecosystem: "github-actions" directory: "/" @@ -15,6 +16,7 @@ updates: schedule: interval: "weekly" target-branch: release/0.16 + open-pull-requests-limit: 20 - package-ecosystem: "github-actions" directory: "/"