From 25952c0f3c690163872e28d4ed9a29758ad4819c Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 13 Mar 2023 22:05:08 +0800 Subject: [PATCH] dependabot: update open-pull-requests-limit to 25 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 096be4e..cdbd956 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 10 + open-pull-requests-limit: 25 allow: - dependency-type: all