DEV Community

Dependabot needs a workflow too

Tom on November 06, 2021

Modern JavaScript projects tend to have a lot of external dependencies. It's important to keep those dependencies up to date. Dependabot is a great...
Collapse
 
jpoehnelt profile image
Justin Poehnelt

No need for a GitHub action to automatically merge, can use a really simple GitHub workflow using the GitHub cli: dev.to/jpoehnelt/automatically-app...

Collapse
 
ludder profile image
Tom

Nice, thanks for the update!