Skip to content
Snippets Groups Projects
Select Git revision
  • ce68909607cbfd643c9ec7d6a557950b8a01fbd1
  • main default protected
  • renovate/redis-21.x
  • renovate/mariadb-21.x
  • renovate/quay.io-shivering-isles-koolbox-2025.x
  • renovate/ghcr.io-mastodon-mastodon-4.x
  • renovate/go-1.x
  • renovate/fluxcd-flux2-2.x
  • renovate/docker.io-bitnami-kubectl-1.x
  • renovate/prometheus-json-exporter-0.x
  • renovate/amd-gpu-0.x
  • renovate/github.com-prometheus-common-0.x
  • renovate/siderolabs-kubelet-1.33.x
  • renovate/kubernetes-go
  • renovate/external-snapshotter-8.x
  • renovate/gcr.io-projectsigstore-cosign-2.x
  • renovate/kubernetes-sigs-cluster-api-1.x
  • renovate/cloudflare-5.x
  • renovate/docker.io-library-nextcloud-31.x
  • renovate/longhorn-1.x
  • ci/tekton-gobuild
  • v25.07
  • v25.06
  • v25.05
  • v25.04
  • v25.03
  • v25.02
  • v25.01
  • v24.12
  • v24.11
  • v24.10
  • v24.09
  • v24.08
  • v24.07
  • v24.06
  • v24.05
  • v24.04
  • v24.03
  • v24.02
  • v24.01
  • v23.12
41 results

infrastructure-gitops

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.