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$"] + } }