From 949f09fa4469b6125e7a0a09a1e743937284792e Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:03:16 +0100 Subject: [PATCH] chore: increase prs limit for dependabot Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dc261b..2db614b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: "github-actions" + open-pull-requests-limit: 20 directory: "/" schedule: interval: "daily" @@ -8,6 +9,7 @@ updates: - "dependencies" - "bot" - package-ecosystem: "npm" + open-pull-requests-limit: 20 directory: "/" schedule: interval: "daily"