From 6bc0a82d35c7e52f2093b154eac58cc83e543946 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 May 2026 10:10:14 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4e5abdd..4f1fdc3 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.*\\.ya?ml$/" + ], "matchStrings": [ "GIT_CLIFF_VERSION:\\s*[\"']?(?[^\"'\\s]+)[\"']?" ],