]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: blind try to make Renovate detect Fil-C releases
authorViktor Szakats <commit@vsz.me>
Mon, 8 Dec 2025 10:06:49 +0000 (11:06 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 8 Dec 2025 11:06:22 +0000 (12:06 +0100)
0.675 has been out for 2 weeks, Renovate did not detect it with
`semver-partial`. Try with `semver-coerced`.

Refs:
https://docs.renovatebot.com/modules/versioning/semver-coerced/
https://docs.renovatebot.com/modules/versioning/semver-partial/

Follow-up to 16c6ea36cca6684aacbcb33578af61b28e3fee0d #19391

.github/workflows/linux.yml

index 390cab72923fdf1e86b7ca8f05d6f86e7a2f501f..7eb54125ff874bd3cc55a6597800474e3ca63611 100644 (file)
@@ -57,7 +57,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-partial registryUrl=https://github.com
+  # renovate: datasource=github-tags depName=pizlonator/fil-c versioning=semver-coerced registryUrl=https://github.com
   FIL_C_VERSION: 0.674
 
 jobs: