Skip to content

Commit 8dbb643

Browse files
chore: split typescript into its own dependabot group (#303)
* chore: split typescript into its own dependabot group TypeScript major version bumps can have peer dependency conflicts with eslint plugins and other tooling. Splitting it into its own group prevents it from blocking unrelated dependency updates. * fix: remove duplicate typescript group from workspace-server dependabot config The workspace-server/package.json doesn't list typescript as a dependency, so the group wouldn't match anything. The root-level typescript group already handles it. * fix: reorder dependabot groups so typescript matches before catch-all Placing the specific typescript group before the npm-root wildcard group eliminates the need for exclude-patterns and is more maintainable when adding future specific groups.
1 parent 0793a5f commit 8dbb643

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ updates:
66
interval: 'weekly'
77
open-pull-requests-limit: 5
88
groups:
9+
typescript:
10+
patterns:
11+
- 'typescript'
912
npm-root:
1013
patterns:
1114
- '*'

0 commit comments

Comments
 (0)