From 2df5980807f869bacc3f5338cd5c75bca890c803 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Thu, 14 Dec 2017 11:49:04 +0100 Subject: [PATCH] docs: warn about gitlab api versions Closes #1285 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 78bce97a8b..b9b9678a7f 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Keep dependencies up-to-date. * Configurable via file, environment, CLI, and `package.json` * Supports eslint-like preset configs for ease of use * Updates `yarn.lock` and `package-lock.json` files natively -* Supports GitHub, GitLab and VSTS +* Supports GitHub, GitLab (APIv4) and VSTS * Open source and can be self-hosted or used via GitHub App ## Configuration Help @@ -53,7 +53,7 @@ You can find instructions for GitHub (select "repo" permissions) You can find instructions for GitLab -[here](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens). +[here](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens). Note: GitLab APIv3 is no longer supported - please upgrade to GitLab APIv4 before testing Renovate. You can find instructions for VSTS [vsts](https://www.visualstudio.com/en-us/docs/integrate/get-started/authentication/pats). -- GitLab