From 027d2c5b883ad713e5548b8f796143a37ef06093 Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Sat, 21 Sep 2024 14:02:35 +0200 Subject: [PATCH] First draft for renovate looking at our pipeline --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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?$"] + } }