From 719a350626661ac4772ff71993e17be05573e8bc Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Tue, 22 Apr 2025 11:46:25 +0200 Subject: [PATCH] Allow more dependabot pull requests --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb2c50b2..f87c34b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,16 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 - package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly + open-pull-requests-limit: 20 - package-ecosystem: "npm" directory: "/page" schedule: interval: monthly + open-pull-requests-limit: 20