From e717dbbdddf49c345068ea31c76e179987d7eeb8 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 8 Feb 2019 11:31:35 +0100
Subject: [PATCH] docs: extend includeForks description

---
 website/docs/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index 9878f49dd0..ccfb2ea546 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -314,7 +314,7 @@ Also check out the `followTag` configuration option above if you wish Renovate t
 
 ## includeForks
 
-By default, the bot will skip over any repositories that are forked, even if they contain a config file, because that config may have been from the source repository anyway. To enable processing of a forked repository, you need to add `includeForks: true` to your config or run the CLI command with `--include-forks`.
+By default, the bot will skip over any repositories that are forked, even if they contain a config file, because that config may have been from the source repository anyway. To enable processing of a forked repository, you need to add `includeForks: true` to your config or run the CLI command with `--include-forks`. If you are using the hosted Renovate application then you need to add a `renovate.json` to your forked repo manually, and include `"includeForks": true` inside.
 
 ## includePaths
 
-- 
GitLab