mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore(dependabot): change open-pull-request-limit to 1
This commit is contained in:
parent
3613d004b0
commit
570180cdcc
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,7 +4,7 @@ updates:
|
||||
directory: "/" # 包管理器文件在仓库的位置,"/"代表仓库的根目录
|
||||
schedule:
|
||||
interval: "weekly" # Dependabot检查更新的频率,可以是"daily", "weekly", 或者 "monthly"
|
||||
open-pull-requests-limit: 10 # Dependabot同时打开的pull request的最大数量
|
||||
open-pull-requests-limit: 1 # Dependabot同时打开的pull request的最大数量
|
||||
ignore:
|
||||
- dependency-name: "axios"
|
||||
- dependency-name: "dotenv"
|
||||
|
Loading…
x
Reference in New Issue
Block a user