From a556a31ad2105f2fffe95343fc12e5747d2985f6 Mon Sep 17 00:00:00 2001 From: MichelTenVoorde Date: Thu, 20 Jun 2024 10:00:20 +0200 Subject: [PATCH] Increase open pull requests limit (#941) Co-authored-by: Michel ten Voorde --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcc4ff06e2..f351941bc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: daily + open-pull-requests-limit: 20 \ No newline at end of file