From 63b7e91477d1dcdb0a5535dd4a008a3562a0609b Mon Sep 17 00:00:00 2001 From: tallison Date: Mon, 29 Apr 2024 11:03:44 -0400 Subject: [PATCH] bump dependabot limit of open PRs to 20 --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8bd0d0ea7..21a6f89f10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,9 @@ updates: - package-ecosystem: "maven" # Look for `pom.xml` in the `root` directory directory: "/" - # Check for updates once daily + # Check for updates weekly schedule: interval: "weekly" + # Allow up to 20 open pull requests + open-pull-requests-limit: 20