To use this preset in a repository, add the following renovate.json
file to the repository root:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>voiceflow/renovate-config"]
}
This may be extended and modified to the needs of your repository with any of the configuration options specified in the Renovate docs.
There are also per-team presets which are preferred to the generic one when possible.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>voiceflow/renovate-config:creator"]
}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>voiceflow/renovate-config:platform"]
}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>voiceflow/renovate-config:infrastructure"]
}