From cd1ef46577832d13378415ced077f71583468931 Mon Sep 17 00:00:00 2001 From: one Date: Thu, 3 Jul 2025 14:05:35 +0800 Subject: [PATCH] chore: remove dependency updates (#7743) --- .github/dependabot.yml | 83 ++++-------------------------------------- 1 file changed, 8 insertions(+), 75 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2b17486d..5dfa6afc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,84 +1,17 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - 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" + interval: 'monthly' open-pull-requests-limit: 3 commit-message: - prefix: "ci" - include: "scope" + prefix: 'ci' + include: 'scope' groups: github-actions: patterns: - - "*" + - '*' update-types: - - "minor" - - "patch" + - 'minor' + - 'patch'