From c401b35fddd1e8565d599a691dbb1c29d60080a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 15 Aug 2022 13:39:37 +0200 Subject: [PATCH] dependabot: allow 10 PR --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c111317bc..4bdc7e333 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 8 + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: