From: Viktor Szakats Date: Mon, 15 Dec 2025 00:53:16 +0000 (+0100) Subject: renovate: try bumping Fil-C on releases, not tags X-Git-Tag: rc-8_18_0-2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a95aa1bd76e922c22f7431f8cb414174bcd541;p=thirdparty%2Fcurl.git renovate: try bumping Fil-C on releases, not tags CI needs the binary packages attached to the release, which appears some time after tagging. Hopefully this patch helps getting a clean build by the time Renovate opens its PR. Ref: https://docs.renovatebot.com/modules/datasource/github-releases/ Ref: #19905, #19974 Closes #19975 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 34330b3fd0..c9339e3b02 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -58,7 +58,7 @@ env: OPENLDAP_VERSION: 2.6.10 # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com NGHTTP2_VERSION: 1.68.0 - # renovate: datasource=github-tags depName=pizlonator/fil-c versioning=semver-coerced registryUrl=https://github.com + # renovate: datasource=github-releases depName=pizlonator/fil-c versioning=semver-coerced registryUrl=https://github.com FIL_C_VERSION: 0.676 jobs: