Skip to content

Renovate fails to update dependencies correctly #1252

@MikeMcC399

Description

@MikeMcC399

Issue

When Renovate attempts to update dependencies from package.json it regularly fails the CI workflow .github/workflows/check-dist.yml which runs

npm ci
npm run format
npm run build

and checks that there are no uncommitted changes.

Examples of failed Renovate PRs, attempting to update dependencies, are:

Renovate is not re-formatting and re-building the app.

Suggestion

Renovate should either be reconfigured to correctly reformat and rebuild the action, or it should avoid attempts to update dependencies and restrict itself to devDependencies only.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions