/boilr-renovate

Boilr template to create a basic renovate config.

Primary LanguageMakefile

renovate

Boilr template to create a basic renovate config.


Purpose

... Add the purpose of your template here ...

The following files are generated:

.
└── renovate.json

0 directories, 1 file

Installation

Install boilr first.

Then use

$ boilr download stefanwalther/renovate <template-tag>

e.g.

$ boilr download stefanwalther/renovate renovate

Usage

Download the template

$ boilr template download stefanwalther/renovate <template-tag>

Fork, modify locally and save it

$ git clone stefanwalther/renovate

cd into it, then

$ boilr template save $(PWD) <template-tag>

# e.g. 
$ boilr template save $(PWD) renovate

if you have for force the local updates, use

$ boilr template save $(PWD) <template-tag> -f

Use it

$ boilr template use renovate .

Get all templates

Get a list of all - locally installed - templates:

$ boilr template list

About

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.6.0, on June 22, 2018.