How to use azure pipelines tasks versions provided by ou own on premise server ? #31252
Unanswered
mathisgauthey
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Azure
Please tell us more about your question or problem
Hey there. I'm running Renovate inside a scheduled AzureDevOps pipeline like so :
I do get some versions bumping PR thanks to my
renovate_bot_config.json
:But it gets versions from the official AzureDevOps repo using #16904, #16949 and #17050.
I hear that I can get my own versions of tasks using
https://{AZURE_BASE_URL}/{ORGANIZATION_NAME}/_apis/distributedtask/tasks?allVersions=true
, and I do.But how can I tell Renovate to use that json file to check for versions ? I can't seem to find any information about that. Someone else started a discussion around that topic, but it didn't get any traction.
Thanks in advance !
PS: We are using AzureDevOps Server 2022.
Beta Was this translation helpful? Give feedback.
All reactions