From b6c77dcd44ef202de3d3ccccf57e5abe17852483 Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Sat, 14 Mar 2026 02:39:41 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index fd6d3098c..5e3f011f0 100644 --- a/renovate.json +++ b/renovate.json @@ -28,14 +28,18 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["\\.cmake$"], + "managerFilePatterns": [ + "/\.cmake$/" + ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s*set\\(.*_VERSION\\s*(?.*?)\\)\\s" ] }, { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.+\\.yml$"], + "managerFilePatterns": [ + "/^\.github/workflows/.+\.yml$/" + ], "matchStrings": ["vcpkgGitCommitId:\\s*(?.*?)\\n"], "currentValueTemplate": "master", "depNameTemplate": "vcpkg", @@ -44,7 +48,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.+\\.yml$"], + "managerFilePatterns": [ + "/^\.github/workflows/.+\.yml$/" + ], "matchStrings": ["versioning=(?.*?)\\n\\s*repository:\\s*(?.*?)\\n\\s*ref:\\s*(?.*?)\\n"], "datasourceTemplate": "github-tags" }