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