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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
ignore:
# typescript 7.x (native/Go tsc) 는 typescript-eslint 미지원 (peer <6.1.0)
# — typescript-estree 가 "Cannot read properties of undefined (reading 'Cjs')"
# 로 크래시. typescript-eslint 가 TS7 지원할 때까지 major bump 차단.
- dependency-name: "typescript"
versions: [">=7.0.0"]
groups:
svelte:
patterns:
Expand Down
Loading