Update Azure devOps git tags reference #18542
Unanswered
HammerNL89
asked this question in
Request Help
Replies: 2 comments
-
Seems like a reasonable feature request. We'd likely need a new |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our Azure DevOps project we a repo (repo_a) that contains generic ado templates files, that we use in other repo's (e.g. repo_b). We use tags to reference specific versions of these templates in repo_a. So for example:
repo_a: contains ado templates
repo_b: consumes ado templates
repo B azure-pipelines.yaml:
We would like to use renovate to bump templates version when a new tag is created in repo_a.
I found this topic, about the default azure-pipeline manager but that doesn't seems to support git (azure-repositories) at the moment, so I probably need a custom config. I did some research but I couldn't find working examples that could guide me a bit.
Beta Was this translation helpful? Give feedback.
All reactions