From 8a79790e59b96fcc43df4cb100fe6bb50483ddb7 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Mon, 19 May 2025 10:41:39 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5f23de5d..fc2bc7f6 100644 --- a/renovate.json +++ b/renovate.json @@ -4,9 +4,13 @@ "local>stackabletech/.github:renovate-config" ], "github-actions": { - "fileMatch": ["(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$"] + "managerFilePatterns": [ + "/(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$/" + ] }, "pre-commit": { - "fileMatch": ["(^|/)\\.pre-commit-config\\.ya?ml(.j2)$"] + "managerFilePatterns": [ + "/(^|/)\\.pre-commit-config\\.ya?ml(.j2)$/" + ] } }