From 90a60be57e6ea54a3050e6fa087902a2bc8a7849 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 4 Jan 2023 08:04:56 -0500 Subject: [PATCH] Increase PR limits for dependabot (#7979) There's limited value in dragging them out. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 67861ffae..c6cd0aa8c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1024 - package-ecosystem: cargo directory: "/src/rust/" @@ -12,8 +13,10 @@ updates: allow: # Also update indirect dependencies - dependency-type: all + open-pull-requests-limit: 1024 - package-ecosystem: pip directory: "/" schedule: interval: daily + open-pull-requests-limit: 1024