From dcabf4132e79b88d048ead4f97c3bc8be92087ae Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Thu, 7 Feb 2019 13:57:53 +0100 Subject: [PATCH] docs: update bitbucket cloud readme --- lib/platform/bitbucket/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/platform/bitbucket/README.md b/lib/platform/bitbucket/README.md index 0b4bdf6b53..f1071169e5 100644 --- a/lib/platform/bitbucket/README.md +++ b/lib/platform/bitbucket/README.md @@ -8,13 +8,6 @@ Bitbucket support is considered in "beta" release status. ## Features requiring implementation -- Bitbucket server not yet tested - only Bitbucket cloud - Creating issues not implemented yet, e.g. when there is a config error - Adding reviewers to PRs not implemented yet - Adding comments to PRs not implemented yet, e.g. when a PR has been edited or has a lockfile error - -## Known limitations/problems - -Bitbucket API doesn't have any recursive file list retrieval support, so recursion to retrieve a full file list needs to be done manually via multiple API calls. - -In some cases, this might add quite a lot of time and API calls to each repo. If you only require renovation of your root directory, you can set `RENOVATE_DISABLE_FILE_RECURSION=true` in env to disable recursion and speed up each run. -- GitLab