Skip to content

Commit

Permalink
docs(configuration-options): fix indentation of regexManager paramete…
Browse files Browse the repository at this point in the history
…rs (#16222)
  • Loading branch information
secustor committed Jun 26, 2022
1 parent e987069 commit adec3d4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2230,27 +2230,6 @@ If the `versioning` field is missing, then Renovate defaults to using `semver` v
For more details and examples, see our [documentation for the `regex` manager](/modules/manager/regex/).
For template fields, use the triple brace `{{{ }}}` notation to avoid Handlebars escaping any special characters.

## registryAliases

You can use the `registryAliases` object to set registry aliases.
This feature only works with these managers:

- `helm-requirements`
- `helmv3`
- `helmfile`

The managers listed above all have this default registryAlias:

```json
{
"registryAliases": {
"stable": "https://charts.helm.sh/stable"
}
}
```

Alias values must be properly formatted URIs.

### matchStrings

`matchStrings` should each be a valid regular expression, optionally with named capture groups.
Expand Down Expand Up @@ -2497,6 +2476,27 @@ This will lead to following update where `1.21-alpine` is the newest version of
image: my.new.registry/aRepository/andImage:1.21-alpine
```

## registryAliases

You can use the `registryAliases` object to set registry aliases.
This feature only works with these managers:

- `helm-requirements`
- `helmv3`
- `helmfile`

The managers listed above all have this default registryAlias:

```json
{
"registryAliases": {
"stable": "https://charts.helm.sh/stable"
}
}
```

Alias values must be properly formatted URIs.

## registryUrls

Usually Renovate is able to either (a) use the default registries for a datasource, or (b) automatically detect during the manager extract phase which custom registries are in use.
Expand Down

0 comments on commit adec3d4

Please sign in to comment.