0.1.0 • Published 7 years ago
@vikr01/renovate-config v0.1.0
#@vikr01/renovate-config
My shareable config for Renovate.
Setup
Just add this package directly to your renovate.json (or other renovate config variations).
For the latest version from npm:
{
"extends": ["@vikr01"]
}To use this repository's config:
{
"extends": ["github>vikr01/renovate-config"]
}Presets
@vikr01 (default)
- Bumps
dependenciesanddevDependencieswhenever a new version is published.- For example,
^3.0.0will be bumped to^3.0.1even though3.0.1the still fits the range of^3.0.0. This is to prevent lockfiles from preventing useful dependency updates.
- For example,
- Separates major and minor patches of dependencies
- For example, updates for
eslint-plugin-importfrom^2.14.0to^2.15.0andprettierfrom^1.0.0to^2.0.0will be separated into different pull requests.
- For example, updates for
- Groups ESLint, Prettier, and Stylelint dependencies together under the name
linters - Disables updating
enginesinpackage.jsonfiles. - Renovate updates occur only between
6:00 AMand5:00 PMPST on saturdays