Skip to content

Commit e097edd

Browse files
Copilotpethers
andauthored
Group Dependabot updates by ecosystem (#540)
* Initial plan * Update Dependabot config to group ecosystem updates Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * Add @cypress/* pattern to cypress group for future-proofing Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
1 parent 06f0a68 commit e097edd

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,62 @@ updates:
99
directory: /
1010
schedule:
1111
interval: daily
12+
groups:
13+
# Vite ecosystem - bundler and related plugins
14+
vite:
15+
patterns:
16+
- "vite"
17+
- "@vitejs/*"
18+
- "vite-*"
19+
20+
# Vitest ecosystem - testing framework and coverage tools
21+
vitest:
22+
patterns:
23+
- "vitest"
24+
- "@vitest/*"
25+
26+
# ESLint ecosystem - linter and plugins
27+
eslint:
28+
patterns:
29+
- "eslint"
30+
- "@eslint/*"
31+
- "eslint-*"
32+
- "typescript-eslint"
33+
34+
# Testing libraries - React Testing Library and related
35+
testing-libraries:
36+
patterns:
37+
- "@testing-library/*"
38+
39+
# TypeScript type definitions
40+
typescript-types:
41+
patterns:
42+
- "@types/*"
43+
44+
# Tailwind CSS ecosystem - styling framework and plugins
45+
tailwindcss:
46+
patterns:
47+
- "tailwindcss"
48+
- "@tailwindcss/*"
49+
- "autoprefixer"
50+
- "postcss"
51+
52+
# Cypress ecosystem - E2E testing framework and plugins
53+
cypress:
54+
patterns:
55+
- "cypress"
56+
- "cypress-*"
57+
- "@cypress/*"
58+
59+
# React ecosystem - React and React DOM
60+
react:
61+
patterns:
62+
- "react"
63+
- "react-dom"
64+
- "react-error-boundary"
65+
66+
# Documentation tools - TypeDoc and plugins
67+
documentation:
68+
patterns:
69+
- "typedoc"
70+
- "typedoc-plugin-*"

0 commit comments

Comments
 (0)