Migrate config renovate.json

renovate/migrate-config
OpenVPN Renovate 2025-05-05 14:26:54 +00:00
parent d31c391b6b
commit 3098b99a43
1 changed files with 6 additions and 2 deletions

View File

@ -23,8 +23,12 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/workflows/.+\\.yml$"],
"matchStrings": ["vcpkgGitCommitId:\\s*(?<currentDigest>.*?)\\n"],
"managerFilePatterns": [
"/^\\.github/workflows/.+\\.yml$/"
],
"matchStrings": [
"vcpkgGitCommitId:\\s*(?<currentDigest>.*?)\\n"
],
"currentValueTemplate": "master",
"depNameTemplate": "vcpkg",
"packageNameTemplate": "https://github.com/microsoft/vcpkg",