Skip to content

Commit 9b82d45

Browse files
committed
msi: use loose versioning for openvpnserv2 in Renovate
By default, Renovate uses semantic versioning, which assumes versions follow the format X.Y.Z. However, openvpnserv2 uses 4-part versions like 1.4.0.1 and 2.0.0.0. This commit tells Renovate to use versioning=loose, which accepts versions with any number of dot-separated segments and compares them correctly. Signed-off-by: Lev Stipakov <lev@openvpn.net>
1 parent da3f970 commit 9b82d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-msi/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl renovate: datasource=github-releases depName=OpenVPN/ovpn-dco-win
2121
define([PRODUCT_OVPN_DCO_VERSION], [2.5.6])
2222

2323
dnl OpenVPNServ2.exe binary
24-
dnl renovate: datasource=github-releases depName=OpenVPN/openvpnserv2
24+
dnl renovate: datasource=github-releases depName=OpenVPN/openvpnserv2 versioning=loose
2525
define([OVPNSERV2_VERSION], [1.4.0.1])
2626

2727
dnl Easy-RSA binaries:

0 commit comments

Comments
 (0)