From b227b94e3302020a9f6c4ae4d5a168708fe5e0df Mon Sep 17 00:00:00 2001
From: Maxime Brunet <max@brnt.mx>
Date: Wed, 20 Oct 2021 23:06:40 -0700
Subject: [PATCH] fix(bitbucket-pipelines): Support bitbucket-pipelines.yml
 filename (#12242)

---
 lib/manager/bitbucket-pipelines/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/manager/bitbucket-pipelines/index.ts b/lib/manager/bitbucket-pipelines/index.ts
index 6a0b52dd7f..acf2524bd4 100644
--- a/lib/manager/bitbucket-pipelines/index.ts
+++ b/lib/manager/bitbucket-pipelines/index.ts
@@ -3,5 +3,5 @@ import { extractPackageFile } from './extract';
 export { extractPackageFile };
 
 export const defaultConfig = {
-  fileMatch: ['(^|/)\\.bitbucket-pipelines\\.yaml$'],
+  fileMatch: ['(^|/)\\.?bitbucket-pipelines\\.ya?ml$'],
 };
-- 
GitLab