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": [ "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",