From abc49655acd7600ed894e5e86dccfe22abb39cfd Mon Sep 17 00:00:00 2001 From: Pavel Popov Date: Wed, 27 Apr 2022 16:59:03 +0300 Subject: [PATCH] Enable renovate for workflow templates --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6f7501d..4ec5938 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>valitydev/.github:renovate-config" - ] + "extends": ["local>valitydev/.github:renovate-config"], + "github-actions": { + "fileMatch": ["^workflows(?:\\/[^/]+:?)?\\/[^\\/]+\\.ya?ml$"] + } }