Private Bitbucket packages try to fetch from packagist #24065
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.36.42.4 If you're self-hosting Renovate, select which platform you are using.Bitbucket Cloud (bitbucket.org) Was this something which used to work for you, and then stopped?I never saw this working Wanted end result.We have some private hosted Composer (PHP) packages, hosted on Bitbucket. Unfortunately, renovate thinks they are packagist repos and tries to fetch from there, what fails. I want to have renovate directly to check Bitbucket and not try packagist instead. How can I tell renovate to use "bitbucket-tags" instead? What you tried so far.Tried to play with packageRules and adding a name to the "repositories" in the Relevant debug logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Is |
Beta Was this translation helpful? Give feedback.
The solution to the original problem was adding "name" attribute in the repositories config of the
composer.json
. Since version36.87.0
Bitbucket repositories (also private ones) are working with Renovate as well.