File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Grouped weekly updates: one PR per dependency class instead of one per
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).
1+ # Dependency policy
2+ # * one grouped PR per class, weekly (Monday)
3+ # * minor + patch only: major bumps are never opened unattended, because
4+ # TypeScript 6/7, vite 8 and friends break these builds on arrival.
5+ # Do majors deliberately: `npx npm-check-updates -u` on a branch.
46version : 2
57updates :
68 - package-ecosystem : npm
@@ -12,17 +14,10 @@ updates:
1214 commit-message :
1315 prefix : chore(deps)
1416 ignore :
15- - dependency-name : typescript
16- update-types :
17- - version-update:semver-major
17+ - dependency-name : " *"
18+ update-types : ["version-update:semver-major"]
1819 groups :
1920 development :
2021 dependency-type : development
21- update-types :
22- - minor
23- - patch
2422 production :
2523 dependency-type : production
26- update-types :
27- - minor
28- - patch
You can’t perform that action at this time.
0 commit comments