From 94f14c54b0f906df44a1e8f45ec12cde7b848c00 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 15 Apr 2026 08:50:00 +0200 Subject: [PATCH] renovate: use standard bump formula for OpenSSL Cherry-picked from #21317 Closes #21323 --- .github/workflows/http3-linux.yml | 2 +- .github/workflows/linux.yml | 2 +- renovate.json | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 39c19823fd..b32cabceae 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -35,7 +35,7 @@ env: MAKEFLAGS: -j 5 CURL_CI: github CURL_TEST_MIN: 1600 - # handled in renovate.json + # renovate: datasource=github-releases depName=openssl/openssl versioning=semver extractVersion=^openssl-(?.+)$ registryUrl=https://github.com OPENSSL_VERSION: 3.6.2 # manually bumped OPENSSL4_VERSION: 4.0.0 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ea03578a94..c78de7825c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,7 +46,7 @@ env: AWSLC_VERSION: 1.71.0 # renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com BORINGSSL_VERSION: 0.20260413.0 - # handled in renovate.json + # renovate: datasource=github-releases depName=openssl/openssl versioning=semver extractVersion=^openssl-(?.+)$ registryUrl=https://github.com OPENSSL_VERSION: 3.6.2 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com RUSTLS_VERSION: 0.15.1 diff --git a/renovate.json b/renovate.json index 99164d5022..86a85e41eb 100644 --- a/renovate.json +++ b/renovate.json @@ -80,20 +80,6 @@ "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}", "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?.+)${{/if}}" }, - { - "customType": "regex", - "managerFilePatterns": [ - "/^\\.github/workflows/http3-linux\\.yml$/", - "/^\\.github/workflows/linux\\.yml$/" - ], - "matchStrings": [ - "OPENSSL_VERSION: (?.*)\\s" - ], - "datasourceTemplate": "github-tags", - "depNameTemplate": "openssl/openssl", - "versioningTemplate": "semver", - "extractVersionTemplate": "^openssl-(?.*)$" - }, { "customType": "regex", "managerFilePatterns": [