-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renovate fails to update dependencies correctly #1252
Comments
This is a call to the Cypress.io team as the server-side of the Renovate configuration is not publicly accessible, so it makes more sense to have any adjustments to the Renovate configuration also handled internally. |
@MikeMcC399 Can this not be updated in the |
Apparently Renovate does not support running pre-commit hooks, such as from Husky, so it seems that the answer to your question is: no. It would be possible to configure renovate so that it does not attempt to update npm In each case the options are then:
I did some spot-checks on other repos containing GitHub Actions and I couldn't find any repos where this issue has been resolved. |
Issue
When Renovate attempts to update
dependencies
from 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
dependencies
and restrict itself todevDependencies
only.The text was updated successfully, but these errors were encountered: