Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

sugarshin/renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@sugarshin/renovate-config

CircleCI npm version License

My shareable config for Renovate

Usage

Just extends in renovate.json .

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

You don't have to do npm install @sugarshin/renovate-config . Renovate fetches it from npm registry automatically.

Presets

@sugarshin (default)

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

@sugarshin:js-app

{
  "extends": [
    "@sugarshin:js-app"
  ]
}

@sugarshin:js-lib

{
  "extends": [
    "@sugarshin:js-lib"
  ]
}

License

MIT

© sugarshin

About

My shareable config for Renovate

Resources

License

Stars

Watchers

Forks

Packages

No packages published