chore: add dependabot
This commit is contained in:
parent
cb6a6b87c9
commit
ca099b2f6a
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm" # 你项目的包管理器类型,例如 "npm", "pip", "maven", "gradle", "docker"或者其他
|
||||||
|
directory: "/" # 包管理器文件在仓库的位置,"/"代表仓库的根目录
|
||||||
|
schedule:
|
||||||
|
interval: "weekly" # Dependabot检查更新的频率,可以是"daily", "weekly", 或者 "monthly"
|
||||||
|
open-pull-requests-limit: 10 # Dependabot同时打开的pull request的最大数量
|
Loading…
Reference in New Issue
Block a user