From 0bf92c54d6fa5c851df2ed89ff4fdd2e64e65864 Mon Sep 17 00:00:00 2001
From: Muhammad Rehan Saeed <RehanSaeed@users.noreply.github.com>
Date: Thu, 16 Dec 2021 13:01:12 +0000
Subject: [PATCH] feat(github actions): discover workflow files in subfolders
 (#13143)

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

diff --git a/lib/manager/github-actions/index.ts b/lib/manager/github-actions/index.ts
index 62ec7b3d9c..7899690d2b 100644
--- a/lib/manager/github-actions/index.ts
+++ b/lib/manager/github-actions/index.ts
@@ -4,7 +4,7 @@ export { extractPackageFile };
 
 export const defaultConfig = {
   fileMatch: [
-    '^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
+    '(^workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
     '(^|\\/)action\\.ya?ml$',
   ],
 };
-- 
GitLab