From cf08dc066fc13eb810953e6b925b6271d7578c18 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Wed, 10 Aug 2022 14:22:01 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cdd732..77797b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - open-pull-requests-limit: 2 + open-pull-requests-limit: 10 reviewers: - "gabrie30"