This is a repository for reusable configs for the Renovate automated dependency updater bot.
Makes sure that major updates always go via a PR, and other changes will be auto-merged if tests pass. Dependencies will be checked every morning. Updates will be grouped together.
To use this, create renovate.json
in your repo with the following contents:
{
"extends": [
"github>smessie/renovate-presets:js"
]
}