From b8d89894b25f4dc9bac71c72877ca0d215629ac2 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Sat, 16 Dec 2023 00:33:38 +0000 Subject: [PATCH] Instead of extractVersion, try a regex versioning scheme. --- scripts/VERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/VERSIONS b/scripts/VERSIONS index bc1dfb3c..af71aa5d 100644 --- a/scripts/VERSIONS +++ b/scripts/VERSIONS @@ -1,6 +1,6 @@ #!/bin/bash -# renovate: datasource=github-tags depName=openssl/openssl extractVersion=^openssl-(?.+)$ registryUrl=https://github.com +# renovate: datasource=github-tags depName=openssl/openssl versioning=regex:^openssl-(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))? registryUrl=https://github.com OPENSSL_VERSION=openssl-3.2.0 # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com