Using a local Renovate bot to manage collection dependencies (opens in new tab)
We wanted to use Understanding renovate As this was our first try of using renovate for dependency updates, we struggled to understand how renovate works and how it is configured. Renovate is a bot that is able to scan multiple repositories for dependencies and create pull/merge requests with updated dependencies. Configuration is split between a configuration for the bot and a local one for each repository. So you basically have One or more global configuration files that configure the bot (...
Read the original article