From b2e38c1bfbe5ab819d1244e5bbf8dfd658990d86 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 21 Jul 2023 10:26:54 +0200 Subject: [PATCH] Dependabot should be allowed to submit all PR's required for NPM updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7a13288..d0912cd0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,7 +23,7 @@ updates: day: "wednesday" time: "03:00" timezone: "UTC" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 target-branch: main - package-ecosystem: "github-actions"