From f54edb803ab9fa497739cbbfc5ad097863f6119d Mon Sep 17 00:00:00 2001 From: "Delilah C." <23665803+goplayoutside3@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:15:50 -0500 Subject: [PATCH] Increase dependabot PR limit to 15 (#6415) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a568e4ef7e..10456bc537 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,4 @@ updates: directory: "/" schedule: interval: weekly + open-pull-requests-limit: 15