From 6a2f5d7bea8eee62bddf9bf0a35e85741ac5999c Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 11 Oct 2023 13:32:36 -0400 Subject: [PATCH] chore(dependabot): increase PR limit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cdc8751158..07ee53fd83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: - "dependencies" - "chore" - "safe-to-test" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 registries: - "maven-github"