Regex fix for Clickhouse rule.

This commit is contained in:
2025-09-05 18:36:50 -04:00
parent cf9c61e51b
commit 6609264268
+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"
},