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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ updates:
interval: weekly
day: monday
open-pull-requests-limit: 5
ignore:
# @astrojs/check 0.9.10 peers typescript "^5.0.0 || ^6.0.0", so a v7
# bump makes `npm ci` fail with ERESOLVE and every job in every
# workflow dies at install (#155, #164 — both regenerated weekly and
# neither could ever go green). The bump also drags the rest of the
# dev-deps group down with it. Re-allow once @astrojs/check widens
# its peer range to accept v7.
- dependency-name: "typescript"
update-types: ["version-update:semver-major"]
groups:
astro:
patterns:
Expand Down
Loading