@iamsauravsharma/renovate-config

Renovate config for iamsauravsharma github profile

Usage no npm install needed!

<script type="module">
  import iamsauravsharmaRenovateConfig from 'https://cdn.skypack.dev/@iamsauravsharma/renovate-config';
</script>

README

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:

License npm version
License: MIT Crate

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