diff --git a/docs/usage/faq.md b/docs/usage/faq.md
index 350a28fc623557cf97cf7b188be7139fe796faa8..4e653fe5c7f9988e2dc74b8e5358d742c9291140 100644
--- a/docs/usage/faq.md
+++ b/docs/usage/faq.md
@@ -31,6 +31,14 @@ It therefore makes sense for Renovate to replace `master` with `main` where poss
 A branch name has no special meaning within the Git program, it's just a name.
 The base branch could be called `trunk` or `mainline` or `prod`, and Git would work just as well.
 
+## Which Renovate versions are officialy supported?
+
+The Renovate maintainers only support the latest version of Renovate.
+The Renovate team will only create bugfixes for an older version if the hosted app needs to stay on an older major version for a short time or if some critical bug needs to be fixed and the new major is blocked.
+
+If you're using the hosted app, you don't need to do anything, as the Renovate maintainers update the hosted app regularly.
+If you're self hosting Renovate, use the latest release if possible.
+
 ## What if I need to .. ?
 
 ### Use an alternative branch as my Pull Request target