Next.js Discord

Discord Forum

What is the best way to maintain Next dependencies updated?

Unanswered
Joel Cipriano posted this in #help-forum
Open in Discord
Should I update individually? Like, yarn i next, yarn i react etc? Or there's a more elegant way?

5 Replies

@Joel Cipriano set up renovate for your GitHub repo
For a really elegant way
It will send you PRs with updates based on your config
You can also use yarn upgrade command I believe locally
To get an interactive cli for choosing what to update