From b3ebccccfb7af6ee99a37b95ef15e655b55f5590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Wed, 11 Oct 2023 07:29:02 +0200 Subject: [PATCH] Build: increase open-pull-requests-limit to 50 (#8768) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb84491c703e..ad448a30117f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,5 +29,5 @@ updates: schedule: interval: "weekly" day: "sunday" - open-pull-requests-limit: 5 + open-pull-requests-limit: 50