Skip to content
Snippets Groups Projects
Unverified Commit b227b94e authored by Maxime Brunet's avatar Maxime Brunet Committed by GitHub
Browse files

fix(bitbucket-pipelines): Support bitbucket-pipelines.yml filename (#12242)

parent aebdcd7f
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ import { extractPackageFile } from './extract';
export { extractPackageFile };
export const defaultConfig = {
fileMatch: ['(^|/)\\.bitbucket-pipelines\\.yaml$'],
fileMatch: ['(^|/)\\.?bitbucket-pipelines\\.ya?ml$'],
};
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