Regex fix for Clickhouse rule.

This commit is contained in:
2025-09-05 17:25:54 -04:00
parent c31bd81e7a
commit 738d21f1a0
+1 -1
View File
@@ -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"
},