From 47fa34ac638b7e6e7f0c3f2edff1cb880f351816 Mon Sep 17 00:00:00 2001 From: James Pepper Date: Mon, 19 Jan 2026 12:18:13 +0000 Subject: [PATCH] Increase open pull requests limit to 20 --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4855c9c..532d12c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -102,7 +102,7 @@ updates: interval: "weekly" day: "monday" time: "09:00" - open-pull-requests-limit: 3 + open-pull-requests-limit: 20 labels: - "dependencies" - "android" @@ -119,7 +119,7 @@ updates: day: "monday" time: "09:00" timezone: "Etc/UTC" - open-pull-requests-limit: 3 + open-pull-requests-limit: 20 labels: - "dependencies" - "github-actions"