From 89550565761dc013fee73670afd7017680acf883 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 3 Nov 2021 15:47:34 +0100 Subject: [PATCH] chore(dependabot): limit PRs to max 3 --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1def6c9d..888c20a3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,7 @@ updates: commit-message: prefix: "chore" include: "scope" - open-pull-requests-limit: 6 + open-pull-requests-limit: 3 ignore: # node-fetch must be synced manually - dependency-name: "node-fetch"