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