Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.02 KB

Renovate shareable config presets for Catalyst modules

This repository contains shareable config presets meant for Catalyst modules. To learn more about what they are check out the Renovate docs.

Each named preset is its own file. For example the weekends.json is a named preset which contains weekend schedule.

How to use a preset

In your renovate.json file reference a preset in an extends array like "github>ExpediaGroup>renovate-configs-for-catalyst", for example:

  1. This loads the default.json preset
"extends": ["github>ExpediaGroup/renovate-config-catalyst"]
  1. This loads a named preset in this case semanticCommits preset
"extends": ["github>ExpediaGroup/renovate-config-catalyst:semanticCommits"]

Legal

This project is based on Google's New Project template.

This project is available under the Apache 2.0 License.

Copyright 2019 Expedia, Inc.