Update dependabot config with new groupings and patterns

- Add typescript-eslint grouping
- Include prettier-* patterns
- Add @types/bun dependency
- Create content-rendering group
- Group katex and mermaid updates
This commit is contained in:
yangdx 2025-12-02 12:03:30 +08:00
parent 459e4ddc09
commit 883c5dc0a0

View file

@ -169,7 +169,18 @@ updates:
- "typescript"
- "eslint*"
- "@eslint/*"
- "typescript-eslint"
- "prettier"
- "prettier-*"
- "@types/bun"
update-types:
- "minor"
- "patch"
# Content rendering libraries (math, diagrams, etc.)
content-rendering:
patterns:
- "katex"
- "mermaid"
update-types:
- "minor"
- "patch"