From 77867620a9c38952ba27dfc9c2f2223b797c004a Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 13 Dec 2022 13:38:38 -0500 Subject: [PATCH] chore: automerge action updates (#200) Signed-off-by: Todd Baert Signed-off-by: Todd Baert --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index cc305199..139f0838 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,13 @@ "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "fileMatch": [ + "^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$", + "(^|\\/)action\\.ya?ml$" + ], + "automerge": true } ] }