From be3ae150e424bb3d16217c837fbdaad36e78b822 Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Thu, 21 Sep 2023 08:03:22 -0500 Subject: [PATCH] Allow more concurrently open PRs from dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2084a09..0cefde6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,11 @@ updates: directory: "/" schedule: interval: daily + open-pull-requests-limit: 15 - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` directory: "/" schedule: interval: daily + open-pull-requests-limit: 15