diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index 8d90c12dd93252..095115f253d0a8 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -176,7 +176,7 @@ To host your preset config on GitHub: - Create a new repository. Normally you'd call it `renovate-config` but it can be named anything - Add configuration files to this new repo for any presets you want to share. For the default preset, `default.json` will be checked. For named presets, `.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: +- In other repos, reference it in an extends array like `"github>owner/name"`, for example: ```json { @@ -195,7 +195,7 @@ To host your preset config on GitLab: - Create a new repository on GitLab. Normally you'd call it `renovate-config` but it can be named anything - Add a `default.json` to this new repo containing the preset config. No other files are necessary -- In other repos, reference it in an extends array like "gitlab>owner/name", e.g. "gitlab>rarkins/renovate-config" +- In other repos, reference it in an extends array like `"gitlab>owner/name"`, e.g. `"gitlab>rarkins/renovate-config"` ## Gitea-hosted Presets