Files
openvpn-install/renovate.json
2025-12-10 18:14:57 +01:00

16 lines
524 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>.*)$"
}
]
}