From 2d414b67d57b46acfc502b07a8551672247761cf Mon Sep 17 00:00:00 2001 From: Harrison Wang Date: Wed, 17 Apr 2024 22:47:24 +0000 Subject: [PATCH] feat(default): extend github-actions manager to look for subfolders --- default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index 4bafcab..058429e 100644 --- a/default.json +++ b/default.json @@ -33,5 +33,8 @@ "matchUpdateTypes": ["minor", "patch"] } ], - "reviewersFromCodeOwners": true + "reviewersFromCodeOwners": true, + "github-actions": { + "fileMatch": ["(^|/).github/workflows/.+/.+\\.ya?ml$"] + } }