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

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