Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ updates:
npm-dependencies:
patterns:
- '*'
ignore:
# TypeScript 7 is the native (Go) compiler and no longer ships the
# programmatic API that `astro check` needs, so `npm run typecheck`
# fails on it. @astrojs/check caps its peer range at ^5 || ^6 for the
# same reason. Drop this once upstream lands TypeScript 7 support:
# https://github.com/withastro/roadmap/discussions/1321
- dependency-name: 'typescript'
update-types: ['version-update:semver-major']

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