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.
Issue
When Renovate attempts to update
dependenciesfrom package.json it regularly fails the CI workflow .github/workflows/check-dist.yml which runsand 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
dependenciesand restrict itself todevDependenciesonly.