DEV Community

Discussion on: How and when do you decide to update your app's dependencies?

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

In the project I'm working on, we use dependabot. It's really cool because, as you said, it creates PRs with lots of information to review and merge at will or review the branch locally.

For development or testing only dependencies, most of the time I just merge, for production ones I try to review them locally whenever they're critical to the app's health.