mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-14 08:12:41 +01:00
18 lines
540 B
JSON
18 lines
540 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"ignorePaths": [".github/workflows/do-test.yml"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/^openvpn-install\\.sh$/"],
|
|
"matchStrings": [
|
|
"readonly\\s+EASYRSA_VERSION=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
|
|
],
|
|
"depNameTemplate": "OpenVPN/easy-rsa",
|
|
"datasourceTemplate": "github-releases",
|
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
|
}
|
|
]
|
|
}
|