Skip to content
Snippets Groups Projects
Select Git revision
  • 1d5dec22b9e4255c5133599b875476c07f63587d
  • main default protected
  • release-0.15
  • automated-updates-main
  • release-0.13
  • automated-updates-release-0.13
  • release-0.14
  • release-0.10
  • release-0.11
  • release-0.12
  • fix-versions-action
  • versions-fix
  • release-0.9
  • release-0.8
  • release-0.7
  • release-0.6
  • release-0.5
  • release-0.4
  • release-0.3
  • release-0.1
  • release-0.2
  • v0.15.0
  • v0.14.0
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.0
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
36 results

developer-workspace

Bitbucket platform

Bitbucket support is considered in "beta" release status.

Unsupported platform features/concepts

  • Adding assignees to PRs not supported (does not seem to be a Bitbucket concept)

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.