Skip to content

Commit 42b9381

Browse files
committed
Add dependabot grouping for jest ecosystem and GitHub SDK
Group jest, ts-jest, and @types/jest together to resolve peer dependency conflicts that cause CI failures on individual bumps. Also group @actions/* and @octokit/* to avoid type incompatibilities between related packages.
1 parent e5d9a35 commit 42b9381

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
groups:
13+
jest:
14+
patterns:
15+
- "jest"
16+
- "ts-jest"
17+
- "@types/jest"
18+
github-sdk:
19+
patterns:
20+
- "@actions/*"
21+
- "@octokit/*"
1222
- package-ecosystem: "github-actions"
1323
directory: "/"
1424
schedule:

0 commit comments

Comments
 (0)