Y
Hacker News
new
|
ask
|
show
|
jobs
by
biarity
3010 days ago
Don't any of the langauges you support have options to keep all dependencies up to date? Eg. By putting wildcards in version numbers
1 comments
greysteil
3010 days ago
That’s normally an option for your manifest file (e.g., a Gemfile or package.json), but most production applications also (sensibly) use a lockfile. Updating the versions in that lockfile is what Dependabot is great for.
link