From 660926426850f16454df55bf6d87081a92740f57 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 5 Sep 2025 18:36:50 -0400 Subject: [PATCH] Regex fix for Clickhouse rule. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7a93595d..15aa6660 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ { "description": "Pin ClickHouse to the exact version used by Signoz", "matchPackageNames": ["clickhouse/clickhouse-server"], - "allowedVersions": "24\\.1\\.2-alpine", + "allowedVersions": "/24\\.1\\.2-alpine/", "groupName": "signoz-clickhouse", "semanticCommitScope": "signoz-clickhouse" },