From 01443e5cb00862c36402780145c6404a244cc982 Mon Sep 17 00:00:00 2001 From: Daniel Haus Date: Tue, 28 Nov 2023 14:28:15 +0100 Subject: [PATCH] chore(deps): increase 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 5481a09..4bee208 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,6 @@ updates: - package-ecosystem: npm directory: / - open-pull-requests-limit: 1 + open-pull-requests-limit: 5 schedule: interval: daily