Hacker News new | past | comments | ask | show | jobs | submit login

In our projects 80% of renovate updates are broken PR-s. In theory it should save work, but it just generates more.



But are they broken because of renovate? Or just the underlying dependency updates?


It's the dependency updates. It doesn't consider if the update makes sense or not. If it fixes vulnerabilities it must be updated, but just for the sake of updating, I don't see the point.


If you don’t want to update dependencies frequently, then you should probably stop using (or reconfigure) the tool whose primary purpose is to help you update dependencies more frequently ;)


Well, I can't not use it since it's a company wide policy, but I agree with you.


The main reason to update dependencies is that when emergencies do arise, you don't want to be in the situation where your only options are:

1. take on the additional risk of months or years of changes in between

2. beg or plead with (or throw money at) upstream to patch your old version

3. attempt to patch it yourself, potentially introducing new issues because you're not the domain expert




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: