0.1.4 • Published 5 years ago

@iamsauravsharma/renovate-config v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

renovate-config

Common Renovate config to be used for all iamsauravsharma hosted repo which are supported by renovatebot.

Status:

Travis Build Status
Travis Build Status

Project Info:

Licensenpm version
License: MITCrate

Supported Preset

Preset List
Default
Bledding edge

Installation

No need for installation for using this configuration

Usage

To configure configuration in resporitory use The list of preset example configuration are:

default

To use configuration published over npm registry

{
  "extends": ["@iamsauravsharma"]
}

OR

{
    "extends": ["@iamsauravsharma:default"]
}

Use of @iamsauravsharma symbolize for renovate as use of @iamsauravsharma/renovate-config as a configuration

github

To use configuration as latest github branch config and using bleeding edge

{
  "extends": ["github>iamsauravsharma/renovate-config"]
}

OR

{
    "extends": ["github>iamsauravsharma/renovate-config:default"]
}

Use of above config symbolize for renovate as use of https://github.com/iamsauravsharma/renovate-config as a configuration