Skip to content
Snippets Groups Projects
Unverified Commit 076fc9ad authored by Markus Schulte's avatar Markus Schulte Committed by GitHub
Browse files

feat(manager/azure-pipelines): Include `.azuredevops` folder paths (#31735)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent e86c5530
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import { GitTagsDatasource } from '../../datasource/git-tags';
export { extractPackageFile } from './extract';
export const defaultConfig = {
fileMatch: ['azure.*pipelines?.*\\.ya?ml$'],
fileMatch: ['(^|/).azuredevops/.+\\.ya?ml$', 'azure.*pipelines?.*\\.ya?ml$'],
enabled: false,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment