mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
chore: remove dependency updates (#7743)
This commit is contained in:
parent
c79ea7d5ad
commit
cd1ef46577
83
.github/dependabot.yml
vendored
83
.github/dependabot.yml
vendored
@ -1,84 +1,17 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: 'github-actions'
|
||||||
directory: "/"
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: 'monthly'
|
||||||
open-pull-requests-limit: 5
|
|
||||||
target-branch: "main"
|
|
||||||
commit-message:
|
|
||||||
prefix: "chore"
|
|
||||||
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:
|
|
||||||
# CherryStudio 自定义包
|
|
||||||
cherrystudio-packages:
|
|
||||||
patterns:
|
|
||||||
- "@cherrystudio/*"
|
|
||||||
- "@kangfenmao/*"
|
|
||||||
- "selection-hook"
|
|
||||||
|
|
||||||
# 测试工具
|
|
||||||
testing-tools:
|
|
||||||
patterns:
|
|
||||||
- "vitest"
|
|
||||||
- "@vitest/*"
|
|
||||||
- "playwright"
|
|
||||||
- "@playwright/*"
|
|
||||||
- "testing-library/*"
|
|
||||||
- "jest-styled-components"
|
|
||||||
|
|
||||||
# Lint 工具
|
|
||||||
lint-tools:
|
|
||||||
patterns:
|
|
||||||
- "eslint"
|
|
||||||
- "eslint-plugin-*"
|
|
||||||
- "@eslint/*"
|
|
||||||
- "@eslint-react/*"
|
|
||||||
- "@electron-toolkit/eslint-config-*"
|
|
||||||
- "prettier"
|
|
||||||
- "husky"
|
|
||||||
- "lint-staged"
|
|
||||||
|
|
||||||
# Markdown
|
|
||||||
markdown:
|
|
||||||
patterns:
|
|
||||||
- "react-markdown"
|
|
||||||
- "rehype-katex"
|
|
||||||
- "rehype-mathjax"
|
|
||||||
- "rehype-raw"
|
|
||||||
- "remark-cjk-friendly"
|
|
||||||
- "remark-gfm"
|
|
||||||
- "remark-math"
|
|
||||||
- "remove-markdown"
|
|
||||||
- "markdown-it"
|
|
||||||
- "@shikijs/markdown-it"
|
|
||||||
- "shiki"
|
|
||||||
- "@uiw/codemirror-extensions-langs"
|
|
||||||
- "@uiw/codemirror-themes-all"
|
|
||||||
- "@uiw/react-codemirror"
|
|
||||||
- "fast-diff"
|
|
||||||
- "mermaid"
|
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 3
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "ci"
|
prefix: 'ci'
|
||||||
include: "scope"
|
include: 'scope'
|
||||||
groups:
|
groups:
|
||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- '*'
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- 'minor'
|
||||||
- "patch"
|
- 'patch'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user