Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 589 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 589 Bytes

Renovate configurations

Renovate configuration used across AWT organizations are hosted here.

This organization along with default.json are special for Renovate. They are looked for during onboarding. Preset sharing is documented here.

Usage

To manually configure Renovate, create a .github/renovate.json5 file in your repository with the following content:

{
    $schema: "https://docs.renovatebot.com/renovate-schema.json",
    extends: ["local>kronostechnologies/renovate-config"],
}