0.4.3 • Published 4 years ago
@stencila/renovate-config v0.4.3
@stencila/renovate-config
Usage
From the project where you would like to use these settings, run
npm install @stencila/renovate-config --save-devThen modify your package.json to include the following:
// …
"renovate": {
"extends": ["@stencila"]
}
// …The default preset config has a number of settings to reduce noise,
- weekly updates
devDependenciesare grouped into a single PR
If you want to use one of the other presets (see the renovate-config section of this package.json) then use a semicolon and the preset name e.g.
// …
"renovate": {
"extends": ["@stencila:groupAll"]
}
// …