Skip to content

Commit

Permalink
docs: capitalize proper noun Renovate (#9199)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 18, 2021
1 parent 93a36f7 commit 669b9a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/usage/config-presets.md
Expand Up @@ -139,7 +139,7 @@ For example:
}
```

Then in each of your repositories you can add your renovate config like:
Then in each of your repositories you can add your Renovate config like:

```json
"extends": ["fastcore"]
Expand Down Expand Up @@ -168,7 +168,7 @@ To host your preset config on GitHub:
"extends": ["github>rarkins/renovate-config"]
```

From then on Renovate will use the renovate config from the preset repo's default branch.
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.

## GitLab-hosted Presets
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -1161,7 +1161,7 @@ For example, if you have an `examples` directory and you want all updates to tho
}
```

If you wish to limit renovate to apply configuration rules to certain files in the root repository directory, you have to use `matchPaths` with either a partial string match or a minimatch pattern.
If you wish to limit Renovate to apply configuration rules to certain files in the root repository directory, you have to use `matchPaths` with either a partial string match or a minimatch pattern.
For example you have multiple `package.json` and want to use `dependencyDashboardApproval` only on the root `package.json`:

```json
Expand Down Expand Up @@ -1973,7 +1973,7 @@ Setting this option to `null` means that Renovate will ignore all status checks.
You need to set this if you don't have any status checks but still want Renovate to automerge PRs.

In future, this might be configurable to allow certain status checks to be ignored/required.
See [issue 1853 at the renovate repository](https://github.com/renovatebot/renovate/issues/1853) for more details.
See [issue 1853 at the Renovate repository](https://github.com/renovatebot/renovate/issues/1853) for more details.

## respectLatest

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/faq.md
Expand Up @@ -208,7 +208,7 @@ To learn more read the section below.

You can see in the example above that Renovate won't normally open a PR for the `snorgleborf` patch release.

There are 2 ways to tell renovate to open a separate PR for the patch release:
There are 2 ways to tell Renovate to open a separate PR for the patch release:

- Set `separateMinorPatch` to `true`
- Set `automerge` to the value: `"patch"`
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/self-hosted-configuration.md
Expand Up @@ -102,7 +102,7 @@ This configuration will be applied after all other environment variables so that

## dockerImagePrefix

Override the default renovate sidecar Docker containers image prefix from `docker.io/renovate` to a custom value, so renovate will pull images from a custom Docker registry.
Override the default Renovate sidecar Docker containers image prefix from `docker.io/renovate` to a custom value, so Renovate will pull images from a custom Docker registry.

If this is set to `ghcr.io/renovatebot` the final image for `node` would become `ghcr.io/renovatebot/node` instead of currently used `docker.io/renovate/node`.

Expand Down

0 comments on commit 669b9a6

Please sign in to comment.