From ae859178c0f9d5bc279550a498cd34bf380d792b Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 30 Jan 2024 22:42:55 +0100 Subject: [PATCH] increase pull request limit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc74..d002dfda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,9 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10