AndreaGiulianelli / renovate-config

My configuration for renovate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Renovate configurations

In order to reuse them you only need to set your renovate.json file as follows:

{
  "extends": [
      "github>AndreaGiulianelli/renovate-config:file-name"
  ]
}

If you want to specify a specific file you can replace file-name, otherwise you can remove :file-name and the default.json configuration will be used.

About

My configuration for renovate

License:MIT License