Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 650 Bytes

File metadata and controls

30 lines (18 loc) · 650 Bytes

renovate-config

Centralized renovate configs for @nsheaps

Usage

See config preset documentation for more details.

TLDR:

{
  // loads the default.json5 config
  "extends": ["github>nsheaps/renovate-config:default.json5"],
    ...
}

Other options:

  • github>nsheaps/renovate-config//presets/preset-name.json5

Development

We use json5, which allows comments and trailing commas.

Central config repos for renovate require the file to be named renovate.json5.

See renovate docs for more details.