mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
The nice automatic caching was removed last year,
so go back to manual caching of the binary cache
dir.
While here, also update vcpkg to latest master.
Change-Id: I933227aa4bc4f05b58d0e754b4330da807504d01
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1642
Message-Id: <20260429093938.23601-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg36775.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 1570877364)
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchDepTypes": [
|
|
"action"
|
|
],
|
|
"groupName": "github actions",
|
|
"pinDigests": true,
|
|
"extends": [
|
|
"schedule:monthly"
|
|
]
|
|
},
|
|
{
|
|
"matchDepNames": [
|
|
"vcpkg"
|
|
],
|
|
"extends": [
|
|
"schedule:monthly"
|
|
]
|
|
}
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/^\\.github/workflows/.+\\.ya?ml$/"
|
|
],
|
|
"matchStrings": [
|
|
"VCPKG_GIT_COMMIT_ID:\\s*(?<currentDigest>.*?)\\n"
|
|
],
|
|
"currentValueTemplate": "master",
|
|
"depNameTemplate": "vcpkg",
|
|
"packageNameTemplate": "https://github.com/microsoft/vcpkg",
|
|
"datasourceTemplate": "git-refs"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/^\\.github/workflows/.+\\.ya?ml$/"
|
|
],
|
|
"matchStrings": [
|
|
"versioning=(?<versioning>.*?)\\n\\s*ghrepo:\\s*(?<depName>.*?)\\n\\s*gitrepo:\\s*(?<currentValue>.*?)\\n"
|
|
],
|
|
"datasourceTemplate": "github-tags"
|
|
}
|
|
|
|
]
|
|
}
|