mirror of https://github.com/OpenVPN/openvpn-gui
Merge 3098b99a43
into d31c391b6b
commit
e3089e9417
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue