yikoyu / renovate-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renovate-config

ci

Personal preset for Renovate.

Usage

Add this into renovate.json:

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

Presets

default

It contains only language independent defaults that we want to apply to all repositories.

It is the only preset that doesn't need to be named when using it:

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

javascript

Adds some rules we generally apply in javascript related repositories.

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

python

Adds some rules we generally apply in python related repositories.

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

Useful Links

License

MIT

About

License:MIT License