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:
parent
459e4ddc09
commit
883c5dc0a0
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue