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