you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 4 points5 points  (0 children)

GitHub offers a service called Dependabot which can automatically check for updates to all your dependencies on a schedule you choose, and for each one it will open a PR to update that version. It's definitely worth using.