diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index 492bdabe9c41812808496871a3b567807b68a4d6..3f66d9795bd3de79cdaace3f5c0b18dcd1c68889 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -165,9 +165,9 @@ To host your preset config on GitHub: - Add configuration files to this new repo for any presets you want to share. For the default preset, `default.json` will be checked first and then `renovate.json`. For named presets, `<preset-name>.json` will be loaded. For example, loading preset `library` would load `library.json`. No other files are necessary. - In other repos, reference it in an extends array like "github>owner/name", for example: - ```json - "extends": ["github>rarkins/renovate-config"] - ``` +```json + "extends": ["github>rarkins/renovate-config"] +``` From then on Renovate will use the renovate config from the preset repo's default branch. You do not need to add it as a devDependency or add any other files to the preset repo.