From 3c5afc2e664635239bfdd14360d384aec447f720 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sat, 4 May 2019 07:38:18 +0200
Subject: [PATCH] docs: gitlab describe token scope

---
 docs/self-hosting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 22ba8c793e..5670280b6e 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -107,7 +107,7 @@ Configure it either as `token` in your `config.js` file, or in environment varia
 
 #### GitLab CE/EE
 
-First, [create a personal access token](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens) for the bot account.
+First, [create a personal access token](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens) for the bot account (select "api" scope).
 Configure it either as `token` in your `config.js` file, or in environment variable `RENOVATE_TOKEN`, or via CLI `--token=`.
 Don't forget to configure `platform=gitlab` somewhere in config.
 
-- 
GitLab