pull/747/merge
openvpn-inc-ci 2025-05-05 16:26:56 +02:00 committed by GitHub
commit e3089e9417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",