1 parent 9a21009 commit 72d0552Copy full SHA for 72d0552
1 file changed
.github/dependabot.yml
@@ -1,6 +1,6 @@
1
# 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.
+# package, and no unattended major bumps (TypeScript 6/7 breaks ts-jest 29,
+# which is what left this repo's CI red on every dependabot branch).
4
version: 2
5
updates:
6
- package-ecosystem: npm
@@ -11,9 +11,16 @@ updates:
11
open-pull-requests-limit: 3
12
commit-message:
13
prefix: chore(deps)
14
+ ignore:
15
+ - dependency-name: typescript
16
+ update-types:
17
+ - version-update:semver-major
18
groups:
19
development:
20
dependency-type: development
21
22
+ - minor
23
+ - patch
24
production:
25
dependency-type: production
26
update-types:
0 commit comments