Centralized renovate configs for @nsheaps
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
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.