Azure Pipelines Updates ignore tasks within conditional blocks #38821
Unanswered
michvllni
asked this question in
Request Help
Replies: 1 comment
-
|
Hi, Currently, we use a regex manager to catch taskes to fix this. I'm willing to propose a PR to fix this bug. The idea is to flatten the yaml hierarchy whenever it encounters |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
npx with renovate 41.157.1
Please tell us more about your question or problem
I'm using renovate to update azure pipelines task versions.
This works fine for most of the tasks.
However, renovate ignores tasks that are within azure pipelines conditional blocks.
renovate-test.yml before renovate ran:
renovate-test.yml after renovate ran:
This results in inconsistent versions for my build tasks.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions