aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.12k stars 579 forks source link

Use dependabot instead of greenkeeper for automated dependency management #280

Closed trivikr closed 5 years ago

trivikr commented 5 years ago

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

trivikr commented 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

trivikr commented 5 years ago

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/

trivikr commented 5 years ago

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:

trivikr commented 5 years ago

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

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.