Skip to content

Commit 72d0552

Browse files
chore(deps): no unattended majors in the grouped dependabot updates
1 parent 9a21009 commit 72d0552

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Grouped weekly updates: one PR per dependency class instead of one per
2-
# package. Major production bumps still come through individually so they
3-
# get a real review.
2+
# package, and no unattended major bumps (TypeScript 6/7 breaks ts-jest 29,
3+
# which is what left this repo's CI red on every dependabot branch).
44
version: 2
55
updates:
66
- package-ecosystem: npm
@@ -11,9 +11,16 @@ updates:
1111
open-pull-requests-limit: 3
1212
commit-message:
1313
prefix: chore(deps)
14+
ignore:
15+
- dependency-name: typescript
16+
update-types:
17+
- version-update:semver-major
1418
groups:
1519
development:
1620
dependency-type: development
21+
update-types:
22+
- minor
23+
- patch
1724
production:
1825
dependency-type: production
1926
update-types:

0 commit comments

Comments
 (0)