From 2e02dd5459a93dc717cb292d41105f96a2d104b0 Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Tue, 16 Mar 2021 14:54:07 -0700 Subject: [PATCH] chore(GA): reduce open dependabot pr count (#7081) --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5a4d3095..027709b7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,7 @@ updates: commit-message: prefix: "chore" include: "scope" - open-pull-requests-limit: 10 + open-pull-requests-limit: 6 ignore: # node-fetch must be synced manually - dependency-name: "node-fetch"