Skip to content
Snippets Groups Projects
Unverified Commit dc500801 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

fix code block not displaying properly (#7743)

parent 92e15517
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment