renovate-config-vtex-instore-sites
v3.0.5
Published
> Renovate preset JSON config
Downloads
132
Maintainers
Keywords
Readme
renovate-config-vtex-instore-sites
Renovate preset JSON config
Install
yarn add renovate-config-vtex-instore-sites
Doesn't need to install as a dependency if used as a GitHub-hosted Preset.
Usage
In any instore project, after installing Renovate app inside your repository, insert the extends
option inside renovate.json
.
// renovate.json
{
...
"extends": ["vtex-instore-sites"],
...
}