From 5fb4fcd2b546da061f0938c4b340d9d560de53ab Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 2 May 2026 10:38:02 -0700 Subject: [PATCH] chore(github): raise Dependabot PR limit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7fd1595aa..d11d82d5df4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,7 +29,7 @@ updates: update-types: - minor - patch - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 registries: - npm-npmjs