nocobase/.github/dependabot.yml
2023-12-16 17:56:40 +08:00

11 lines
520 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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的最大数量
ignore:
- dependency-name: "axios"
- dependency-name: "dotenv"