From 3098b99a43dc72684c133222fe57d283673cbccd Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Mon, 5 May 2025 14:26:54 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index b2e1d38..fc71eae 100644 --- a/renovate.json +++ b/renovate.json @@ -23,8 +23,12 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.+\\.yml$"], - "matchStrings": ["vcpkgGitCommitId:\\s*(?.*?)\\n"], + "managerFilePatterns": [ + "/^\\.github/workflows/.+\\.yml$/" + ], + "matchStrings": [ + "vcpkgGitCommitId:\\s*(?.*?)\\n" + ], "currentValueTemplate": "master", "depNameTemplate": "vcpkg", "packageNameTemplate": "https://github.com/microsoft/vcpkg",