Skip to content

PicturePipe/renovate-config

Repository files navigation

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

About

Renovate preset config for PicturePipe projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages