Skip to content
Snippets Groups Projects
Unverified Commit 2df59808 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs: warn about gitlab api versions

Closes #1285
parent b5b714d4
No related merge requests found
...@@ -19,7 +19,7 @@ Keep dependencies up-to-date. ...@@ -19,7 +19,7 @@ Keep dependencies up-to-date.
* Configurable via file, environment, CLI, and `package.json` * Configurable via file, environment, CLI, and `package.json`
* Supports eslint-like preset configs for ease of use * Supports eslint-like preset configs for ease of use
* Updates `yarn.lock` and `package-lock.json` files natively * 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 * Open source and can be self-hosted or used via GitHub App
## Configuration Help ## Configuration Help
...@@ -53,7 +53,7 @@ You can find instructions for GitHub ...@@ -53,7 +53,7 @@ You can find instructions for GitHub
(select "repo" permissions) (select "repo" permissions)
You can find instructions for GitLab 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 You can find instructions for VSTS
[vsts](https://www.visualstudio.com/en-us/docs/integrate/get-started/authentication/pats). [vsts](https://www.visualstudio.com/en-us/docs/integrate/get-started/authentication/pats).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment