mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 22:10:21 +08:00
chore(ci): update dependabot (#7725)
This commit is contained in:
parent
6a2e04aaeb
commit
8d9ac7299a
88
.github/dependabot.yml
vendored
88
.github/dependabot.yml
vendored
@ -4,38 +4,26 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
open-pull-requests-limit: 7
|
open-pull-requests-limit: 5
|
||||||
target-branch: "main"
|
target-branch: "main"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore"
|
prefix: "chore"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types:
|
||||||
|
- "version-update:semver-major"
|
||||||
|
- dependency-name: "@google/genai"
|
||||||
|
- dependency-name: "antd"
|
||||||
|
- dependency-name: "epub"
|
||||||
|
- dependency-name: "openai"
|
||||||
groups:
|
groups:
|
||||||
# 核心框架
|
# CherryStudio 自定义包
|
||||||
core-framework:
|
cherrystudio-packages:
|
||||||
patterns:
|
patterns:
|
||||||
- "react"
|
- "@cherrystudio/*"
|
||||||
- "react-dom"
|
- "@kangfenmao/*"
|
||||||
- "electron"
|
- "selection-hook"
|
||||||
- "typescript"
|
|
||||||
- "@types/react*"
|
|
||||||
- "@types/node"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
|
|
||||||
# Electron 生态和构建工具
|
|
||||||
electron-build:
|
|
||||||
patterns:
|
|
||||||
- "electron-*"
|
|
||||||
- "@electron*"
|
|
||||||
- "vite"
|
|
||||||
- "@vitejs/*"
|
|
||||||
- "dotenv-cli"
|
|
||||||
- "rollup-plugin-*"
|
|
||||||
- "@swc/*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
|
|
||||||
# 测试工具
|
# 测试工具
|
||||||
testing-tools:
|
testing-tools:
|
||||||
@ -44,30 +32,40 @@ updates:
|
|||||||
- "@vitest/*"
|
- "@vitest/*"
|
||||||
- "playwright"
|
- "playwright"
|
||||||
- "@playwright/*"
|
- "@playwright/*"
|
||||||
- "eslint*"
|
- "testing-library/*"
|
||||||
- "@eslint*"
|
- "jest-styled-components"
|
||||||
|
|
||||||
|
# Lint 工具
|
||||||
|
lint-tools:
|
||||||
|
patterns:
|
||||||
|
- "eslint"
|
||||||
|
- "eslint-plugin-*"
|
||||||
|
- "@eslint/*"
|
||||||
|
- "@eslint-react/*"
|
||||||
|
- "@electron-toolkit/eslint-config-*"
|
||||||
- "prettier"
|
- "prettier"
|
||||||
- "husky"
|
- "husky"
|
||||||
- "lint-staged"
|
- "lint-staged"
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
|
|
||||||
# CherryStudio 自定义包
|
# Markdown
|
||||||
cherrystudio-packages:
|
markdown:
|
||||||
patterns:
|
patterns:
|
||||||
- "@cherrystudio/*"
|
- "react-markdown"
|
||||||
update-types:
|
- "rehype-katex"
|
||||||
- "minor"
|
- "rehype-mathjax"
|
||||||
- "patch"
|
- "rehype-raw"
|
||||||
|
- "remark-cjk-friendly"
|
||||||
# 兜底其他 dependencies
|
- "remark-gfm"
|
||||||
other-dependencies:
|
- "remark-math"
|
||||||
dependency-type: "production"
|
- "remove-markdown"
|
||||||
|
- "markdown-it"
|
||||||
# 兜底其他 devDependencies
|
- "@shikijs/markdown-it"
|
||||||
other-dev-dependencies:
|
- "shiki"
|
||||||
dependency-type: "development"
|
- "@uiw/codemirror-extensions-langs"
|
||||||
|
- "@uiw/codemirror-themes-all"
|
||||||
|
- "@uiw/react-codemirror"
|
||||||
|
- "fast-diff"
|
||||||
|
- "mermaid"
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user