Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ updates:
update-types:
- minor
- patch
# Stay on TypeScript 5.x. Our type-aware linter typescript-eslint@8 declares
# peer `typescript: >=4.8.4 <6.1.0`, and TypeScript 7 (now `latest`) is the
# Go-native ("tsgo") rewrite with a different compiler API. Bumping past 5.x
# would break type-aware lint AND trip a peer-dependency warning. Ignore only
# the MAJORS (5.x minor/patch still auto-update); drop this the same day we
# move to a typescript-eslint whose peer range covers the next TS major.
ignore:
- dependency-name: typescript
update-types:
- version-update:semver-major

# Poetry-managed research/dev tooling (pyproject.toml + poetry.lock).
- package-ecosystem: pip
Expand Down
Loading