Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vikr01/renovate-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vikr01/renovate-config

My [shareable config](https://renovatebot.com/docs/config-presets/) for [Renovate](https://renovatebot.com).

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#@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

Keywords

FAQs

Package last updated on 27 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc