From 9c950066bf4e64366038fb33d4b0b97f174b6b1e Mon Sep 17 00:00:00 2001 From: Tuan Le <66480375+tuanle03@users.noreply.github.com> Date: Sun, 21 Apr 2024 23:12:07 +0700 Subject: [PATCH] Unlimit open pull requests for dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 791a1bd..a615797 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 5 + open-pull-requests-limit: 10