Skip to content

Commit 3edc602

Browse files
committed
chore: group @type definition updates with counterparts
They're currently grouped with all other dev dependency updates but this will lead them to going out of sync with the packages they define types for. If we don't bucket them in the development-dependencies group then Dependabot should fall back to its default behaviour of grouping them with their counterpart packages.
1 parent 44d55ac commit 3edc602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ updates:
1616
- 'patch'
1717
development-dependencies:
1818
dependency-type: 'development'
19+
exclude-patterns:
20+
- '@types/*'
1921
update-types:
2022
- 'minor'
2123
- 'patch'

0 commit comments

Comments
 (0)