Renovate config presets for PicturePipe projects.
To use a config preset add a renovate.json file to the root of the repository and reference the
config preset to be used.
This configuration will use the default preset (default.json):
{
"extends": ["github>PicturePipe/renovate-config"]
}More than one config preset can be referenced. This configuration will use default.json and
onsite-library.json:
{
"extends": [
"github>PicturePipe/renovate-config",
"github>PicturePipe/renovate-config:onsite-library"
]
}After a config preset has been changed, it should be validated.
First install the dependencies:
npm installThen validate all config presets:
./scripts/validate.shDistributed under the MIT license.
Copyright 2019 reelport GmbH