From 07395e30b28d9acb9fec5e9a83007fbdd07a476f Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 14 Aug 2020 12:50:09 +0200 Subject: [PATCH] docs: move self-hosting to usage --- docs/{development => usage}/self-hosting.md | 2 ++ 1 file changed, 2 insertions(+) rename docs/{development => usage}/self-hosting.md (98%) diff --git a/docs/development/self-hosting.md b/docs/usage/self-hosting.md similarity index 98% rename from docs/development/self-hosting.md rename to docs/usage/self-hosting.md index b1868f8832..82af7f96b1 100644 --- a/docs/development/self-hosting.md +++ b/docs/usage/self-hosting.md @@ -109,6 +109,8 @@ Self-hosted Renovate can be configured using any of the following (or a combinat - CLI params - Environment params +Note that some Renovate configuratino options are _only_ available for self-hosting, and so can only be configured using one of the above methods. These are described in the [Self-hosted Configuration](./self-hosted-configuration.md) doc. + ## Authentication Regardless of platform, you need to select a user account for `renovate` to assume the identity of, and generate a Personal Access Token. It is recommended to be `@renovate-bot` if you are using a self-hosted server with free choice of usernames. -- GitLab