We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c362 commit 9ebdd52Copy full SHA for 9ebdd52
1 file changed
.github/dependabot.yml
@@ -44,6 +44,10 @@ updates:
44
# See PRs #65 (original pin) and the follow-up that re-pinned after Dependabot bypassed via #72.
45
- dependency-name: "eslint"
46
update-types: ["version-update:semver-major"]
47
+ # TypeScript 7.0 is the native "Corsa" rewrite — a breaking major that
48
+ # fails typecheck (Dependabot #222, closed 2026-07-13). Allow 6.x, block 7+.
49
+ - dependency-name: "typescript"
50
+ versions: [">=7.0.0"]
51
52
- package-ecosystem: npm
53
directory: /src/StackAlchemist.Templates
0 commit comments