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