Why
Two dependabot updates cannot land and are re-proposed every week, failing at
npm ci each time. That is noise, and worse, it trains everyone to ignore a red
dependabot PR.
Scope
Add ignores to .github/dependabot.yml so these stop until the blocking
migration happens, with the reason and the issue in a comment so the ignore does
not become permanent by accident:
ignore:
# Needs Next 15: 1.15.1 is the last release accepting next 14. See #89.
- dependency-name: "@opennextjs/cloudflare"
# Needs vite 8, which means moving vitest first. See #90.
- dependency-name: "@vitejs/plugin-react"
Done when
Good first issue
Yes. It is a config edit, but read #89 and #90 first so the comments say
something true.
Why
Two dependabot updates cannot land and are re-proposed every week, failing at
npm cieach time. That is noise, and worse, it trains everyone to ignore a reddependabot PR.
@opennextjs/cloudflareneeds Next 15 (Migrate to Next 15 so the Cloudflare adapter can move again #89)@vitejs/plugin-reactneeds vite 8 via vitest (Move vitest onto vite 8 so @vitejs/plugin-react can update #90)Scope
Add ignores to
.github/dependabot.ymlso these stop until the blockingmigration happens, with the reason and the issue in a comment so the ignore does
not become permanent by accident:
Done when
Good first issue
Yes. It is a config edit, but read #89 and #90 first so the comments say
something true.