Skip to content
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

Configure renovate to not pin dependencies #437

Open
deviantintegral opened this issue Feb 19, 2024 · 5 comments
Open

Configure renovate to not pin dependencies #437

deviantintegral opened this issue Feb 19, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@deviantintegral
Copy link
Member

It looks like Renovate is treating our dependencies like an app and trying to pin them. We should either:

  • Set renovate to not automatically pin dependencies.
  • Set renovate to always widen dependencies.

This should clean up and reduce effort with all of our various dependency updates.

@deviantintegral deviantintegral added the bug Something isn't working label Feb 19, 2024
@deviantintegral
Copy link
Member Author

I'm calling this high because solving this should significantly reduce the amount of renovate PRs that need manual attention.

I don't have a preference to either of the above solutions - @justafish @davereid can you suggest ways to solve this so we can update the ticket description with a specific action / outcome?

@justafish
Copy link
Member

This was somewhat addressed already in #416 but we can add some more packages to it

justafish added a commit that referenced this issue Feb 22, 2024
…es (#443)

* Issue #437: Add more packages for Renovate to ignore minors and patches

* Adjust symfony/phpunit-bridge

* Ignore drainpipe
@justafish
Copy link
Member

Notes from call today:

  • Though we don't merge PRs where the range is already wide, e.g. ^6|^7, it is useful to see tests running on updates to packages to verify they haven't introduced any bugs
  • It would be good to record that we're closing them on purpose rather than it looking like we're ignoring the updates

@deviantintegral
Copy link
Member Author

I see #443 was merged and I think I see what you're doing there - but @justafish mind describing what led you to that solution? And I think that will close this ticket?

@justafish
Copy link
Member

this is fine now other than this 1 PR which is "immortal" #451
this might be being inherited from the symfony configuration from Renovate? not sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants