From: Max Dymond Date: Tue, 14 May 2024 16:16:14 +0000 (+0100) Subject: ci: fix renovate config for WolfSSL/WolfSSH tagging scheme X-Git-Tag: curl-8_8_0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f50b2d9da92217f583b6788bf64c6b30c77a7c2;p=thirdparty%2Fcurl.git ci: fix renovate config for WolfSSL/WolfSSH tagging scheme WolfSSL/WolfSSH use a different versioning scheme; stable builds end with `-stable`. Renovate requires some extra configuration to extract the version from these types of tags. Closes #13644 --- diff --git a/.github/scripts/VERSIONS b/.github/scripts/VERSIONS index 8bbe6aa343..90ce6ec506 100644 --- a/.github/scripts/VERSIONS +++ b/.github/scripts/VERSIONS @@ -2,8 +2,8 @@ # # SPDX-License-Identifier: curl -# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver registryUrl=https://github.com +# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?.+)-stable$ registryUrl=https://github.com WOLFSSL_VER=5.6.0 -# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver registryUrl=https://github.com +# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?.+)-stable$ registryUrl=https://github.com WOLFSSH_VER=1.4.12