Dependency Management in React Native with Renovate and GitLab
Briefly

Renovate is an automated dependency update tool that helps you to keep your project's dependencies, including libraries and packages, always up-to-date. It works by scanning your project's configuration files and automatically generating merge requests for available updates.
One of the best feature of Renovate is that you can group related packages to reduce noise and avoid to getting overwhelming by to many merge request. For example, all react-navigation/* packages that are updated at the same time will be raised in a single merge requests.
Read at Medium
[
]
[
|
]