Skip to content
Draft
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ updates:
commit-message:
prefix: chore
labels: []
ignore:
# pnpm/action-setup v5 and v6 ship a pnpm 11 bootstrap that fails to
# honor the requested `version:` input and collides with this repo's
# `engines.pnpm: 10.33.0` constraint, breaking `pnpm install` with
# ERR_PNPM_UNSUPPORTED_ENGINE.
# See https://github.com/pnpm/action-setup/issues/225 and #231.
# Stay on v4 until upstream fixes are released.
- dependency-name: pnpm/action-setup
versions: [">=5"]

- package-ecosystem: npm
directory: /
Expand Down
Loading