Skip to content

Ignore the two dependabot updates that cannot land yet #92

Description

@royalpinto007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions