Skip to content
Open
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
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
bun:
patterns:
- '*'
# typescript-eslint does not support TypeScript 7 yet: its peer range is
# ">=4.8.4 <6.1.0" as of typescript-eslint 8.70.0, and TypeScript 7 removed
# the `ts.Extension.Cjs` API that @typescript-eslint/typescript-estree reads,
# which breaks linting. Remove this once typescript-eslint supports TS 7.
ignore:
- dependency-name: 'typescript'
versions: ['>=7.0.0']

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down
Loading