/renovate-config

Renovate preset config for PicturePipe projects.

Primary LanguageShellMIT LicenseMIT

PicturePipe Renovate Config Presets

CircleCI Build Renovate enabled

Renovate config presets for PicturePipe projects.

Usage

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"
  ]
}

Config Preset Validation

After a config preset has been changed, it should be validated.

First install the dependencies:

npm install

Then validate all config presets:

./scripts/validate.sh

License

Distributed under the MIT license.

Copyright 2019 reelport GmbH