Shareable config presets for Renovate used in RightCapital.
Enable Renovate in your repository and just extends
in renovate.json.
{
"extends": ["github>RightCapitalHQ/renovate-config"],
// for library projects, use library preset instead
"extends": ["github>RightCapitalHQ/renovate-config:library"]
}
Note
You don't have to do npm i -D @RightCapitalHQ/renovate-config
. Renovate fetches it from this GitHub repo automatically.