How to setup shareable organization config for 'bitbucket' platform? #8020
Unanswered
ablekhman
asked this question in
Request Help
Replies: 1 comment 8 replies
-
Local presets for Bitbucket cloud are currently not supported. renovate/lib/config/presets/local/index.ts Lines 22 to 39 in f18b7f3 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have self-hosted Renovate bot in our company. At the same time all our repos are hosted by Bitbucket Cloud. I cannot find a way to make shareable configs for our repositories.
Even if I use specific prefix for the location of preset config, it is ignored and the platform is used instead.
Here is the snippet of the config.js:
The error message from the Renovate bot is:
"Unsupported platform 'bitbucket' for local preset."
I tried replacing
local
withbitbucket-server
or evengithub
, but these locations are never checked. The error is always the same.How can I share my configuration presets for Bitbucket Cloud platform?
If it is not supported, then how can I have configuration presets on a different platform from the target repos? Is publishing a npm package is the only option?
Beta Was this translation helpful? Give feedback.
All reactions