chore(dependabot): remove registries to fix CI

This commit is contained in:
Zeke Zhang 2023-12-16 17:56:40 +08:00
parent 5448946116
commit fb656286e3

View File

@ -1,14 +1,7 @@
version: 2
registries:
npm-registry:
type: npm-registry
url: https://registry.npmmirror.com
replaces-base: true # 设置为true表示将这个镜像源作为基础的npm注册表如https://registry.npmjs.org
updates:
- package-ecosystem: "npm" # 你项目的包管理器类型,例如 "npm", "pip", "maven", "gradle", "docker"或者其他
directory: "/" # 包管理器文件在仓库的位置,"/"代表仓库的根目录
registries:
- npm-registry
schedule:
interval: "weekly" # Dependabot检查更新的频率可以是"daily", "weekly", 或者 "monthly"
open-pull-requests-limit: 10 # Dependabot同时打开的pull request的最大数量