@vikr01/renovate-config

0.1.0 • Public • Published

#@vikr01/renovate-config

My shareable config for Renovate.

npm version npm downloads per month Travis Build Status Dependency Status DevDependency Status

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 and devDependencies whenever a new version is published.
    • For example, ^3.0.0 will be bumped to ^3.0.1 even though 3.0.1 the still fits the range of ^3.0.0. This is to prevent lockfiles from preventing useful dependency updates.
  • Separates major and minor patches of dependencies
    • For example, updates for eslint-plugin-import from ^2.14.0 to ^2.15.0 and prettier from ^1.0.0 to ^2.0.0 will be separated into different pull requests.
  • Groups ESLint, Prettier, and Stylelint dependencies together under the name linters
  • Disables updating engines in package.json files.
  • Renovate updates occur only between 6:00 AM and 5:00 PM PST on saturdays

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @vikr01/renovate-config

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    4.74 kB

    Total Files

    5

    Last publish

    Collaborators

    • vikr01