@vikr01/renovate-config
v0.1.0
Published
My [shareable config](https://renovatebot.com/docs/config-presets/) for [Renovate](https://renovatebot.com).
Downloads
7
Maintainers
Readme
#@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
dependencies
anddevDependencies
whenever a new version is published.- For example,
^3.0.0
will be bumped to^3.0.1
even though3.0.1
the 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-import
from^2.14.0
to^2.15.0
andprettier
from^1.0.0
to^2.0.0
will be separated into different pull requests.
- For example, updates for
- Groups ESLint, Prettier, and Stylelint dependencies together under the name
linters
- Disables updating
engines
inpackage.json
files. - Renovate updates occur only between
6:00 AM
and5:00 PM
PST on saturdays