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 } ] }