Renovate failed to generate composer.lock No tool releases found with self-hosted Renovate in Kubernetes
#39522
-
How are you running Renovate?Self-hosted Renovate Which version of Renovate are you using?renovate/renovate:41.151.0 41.151.0 (2025-10-16) Code RepositoryBitbucket server v7.21.21 Please tell us more about your question or problemSelf-hosted Renovate in Kubernetes fails to generate composer.lock files with error "No tool releases found" despite trying multiple binarySource configurations. To Reproduce Renovate version: 41.151.0 ConfigMapmodule.exports = {
platform: "bitbucket-server",
endpoint: "https://bitbucket.xxx.xxx",
binarySource: 'install', // Also tried 'docker' and 'global'
enabledManagers: ['composer'],
lockFileMaintenance: { enabled: true },
repositories: ['repo/name']
};Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 23 replies
-
|
Hi, please format any copy/pasted code or logs so they're readable. You can read a Markdown code formatting guide as well as some GitHub-specific information formatting code blocks. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
Can you please also specify exactly which Renovate 41 version you're using? |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
It looks like you're not setting a
GITHUB_COM_TOKEN(see also: #39406) so Renovate isn't authenticating to GitHub, and you're getting rate limitedSpecifying one will allow Renovate to access with a much higher rate limit