diff --git a/renovate.json b/renovate.json index 43b32fbd8..57d16651d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,8 @@ "extends": [ "github>stackabletech/.github:renovate-config", "docker:pinDigests" - ] + ], + "github-actions": { + "fileMatch": ["(^\\.github\\/actions)\\/[^/]+\\.ya?ml?$"] + } }