Closed trivikr closed 5 years ago
I've personally been using dependabot on repo react-hooks-todo-ts for three weeks now, and have been happy with the experience PRs https://github.com/trivikr/react-hooks-todo-ts/pulls/app%2Fdependabot-preview
May be this can be done after moving to yarn workspaces as requested in #232 Dependabot has support for both lerna and yarn workspaces https://dependabot.com/javascript/
I've been testing depedabot on my personal repo react-hooks-todo-ts for around 1.5 months now. The only concern I have is too many PRs. There's no option to opt-out of patch updates (feature request in https://github.com/dependabot/feedback/issues/256)
Some available solutions to reduce the number of PRs:
allowed_updates
to only allow security updates
update_schedule
Dependabot doesn't have any ongoing plans to provide an option to opt-out of minor and/or patch versions as explained in https://github.com/dependabot/feedback/issues/256#issuecomment-512881222
This is a code change in their backend which isn't open source https://github.com/dependabot/feedback/issues/256#issuecomment-513089934
Is your feature request related to a problem? Please describe. We're currently using greenkeeper for automated dependency management. It's good, but dependabot seems much better.
Describe the solution you'd like Use dependabot for automated dependency management as:
Describe alternatives you've considered Greenkeepr/Renovate