From f7200674bb8149ec29e7f2a1f63943f1be50ed1e Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Mon, 8 May 2023 12:36:24 +0200 Subject: [PATCH] Chore: Increase dependabot open-pr limit to 10 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82cb946a0e..c96b9fd8f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: weekly day: sunday time: '22:00' + open-pull-requests-limit: 10 versioning-strategy: increase ignore: # Only allow patch as minor babel versions need to be upgraded all together @@ -23,6 +24,7 @@ updates: - 'source: dependencies' - 'pr: chore' - package-ecosystem: github-actions + open-pull-requests-limit: 10 directory: / schedule: interval: weekly