'Azure Pipelines' fileMatch to include yml files in .azuredevops directories #31730
Replies: 1 comment 1 reply
|
You're welcome to submit a PR with this change |
1 reply
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.
Tell us more.
Renovate supports updating Azure Pipelines https://docs.renovatebot.com/modules/manager/azure-pipelines
The
fileMatchfor time being is defined as:azure.*pipelines?.*\\.ya?ml$Suggestion
In my experience, Azure Devops pipelines definitions are often stored in a folder
.azuredevopsPlease add any yml/yaml file in an
.azuredevopsdirectory to the Azure PipelinesfileMatch.All reactions