diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index f414adf6d7794a65d9eae0b0a50f7d792a6b2f13..0456b9eab458ba316b0b34ecdfe50de1ce9cffb2 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -87,9 +87,9 @@ This makes it suitable for augmenting a preset or base list without displacing t
 ## aliases
 
 The `aliases` object is used for configuring registry aliases.
-Currently it is needed/supported for the `helm-requirements` manager only.
+Currently it is needed/supported for the `helm-requirements`, `helmv3` and `helmfile` managers only.
 
-`helm-requirements` includes this default alias:
+The above managers include this default alias:
 
 ```json
 {
diff --git a/lib/manager/helm-requirements/readme.md b/lib/manager/helm-requirements/readme.md
index bfe38755c569846bed0761211a8956fb259f19f6..62b12debb3b09483152dedd5d3ec17fc0b5ae27b 100644
--- a/lib/manager/helm-requirements/readme.md
+++ b/lib/manager/helm-requirements/readme.md
@@ -1,5 +1,5 @@
 Renovate supports updating Helm Chart references within `requirements.yaml` files.
 
-If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
+If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
 
 If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.
diff --git a/lib/manager/helmfile/readme.md b/lib/manager/helmfile/readme.md
index 3dedb96283926bd07a55524a4e771323ca7b24c6..62f58c0458bace3c085868ea405f7ba2a2be4077 100644
--- a/lib/manager/helmfile/readme.md
+++ b/lib/manager/helmfile/readme.md
@@ -1,3 +1,5 @@
 Checks `helmfile.yaml` files and extracts dependencies for the `helm` datasource.
 
+If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
+
 If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.
diff --git a/lib/manager/helmv3/readme.md b/lib/manager/helmv3/readme.md
index c104f73092406f56de4aad58b364ef31930c324b..2d706bb3f3661f01e3e895be5ce43475842d0ab1 100644
--- a/lib/manager/helmv3/readme.md
+++ b/lib/manager/helmv3/readme.md
@@ -1,5 +1,5 @@
 Renovate supports updating Helm Chart references within `requirements.yaml` (Helm v2) and `Chart.yaml` (Helm v3) files.
 
-If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
+If your Helm charts make use of repository Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
 
 If you need to change the versioning format, read the [versioning](https://docs.renovatebot.com/modules/versioning/) documentation to learn more.