From f73dc4e7d7b41c9741a88348c92f52be258ed774 Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Tue, 13 Aug 2024 19:18:21 +0800 Subject: [PATCH] chore(dependabot): increase open-pull-requests-limit to 3 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8e7b25ce4..c853588581 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" # 包管理器文件在仓库的位置,"/"代表仓库的根目录 schedule: interval: "weekly" # Dependabot检查更新的频率,可以是"daily", "weekly", 或者 "monthly" - open-pull-requests-limit: 1 # Dependabot同时打开的pull request的最大数量 + open-pull-requests-limit: 3 # Dependabot同时打开的pull request的最大数量 ignore: - dependency-name: "axios" - dependency-name: "dotenv"