diff --git a/lib/platform/bitbucket/README.md b/lib/platform/bitbucket/README.md index 0b4bdf6b534559741c86e0d8edca98b6c22d1a7f..f1071169e51aba60513a3c5a8c84f16579b6dd18 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.