From e1080e12256db6e26bf1a1d98fc56b7570a326c5 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Wed, 9 Feb 2022 16:15:57 -0500 Subject: [PATCH] Allow dependabot to open more pull requests --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02b86132..851381ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,7 @@ version: 2 updates: - package-ecosystem: "gomod" + open-pull-requests-limit: 100 directory: "/" schedule: interval: "daily"