Regex fix for Clickhouse rule.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Pin ClickHouse to the exact version used by Signoz",
|
"description": "Pin ClickHouse to the exact version used by Signoz",
|
||||||
"matchPackageNames": ["clickhouse/clickhouse-server"],
|
"matchPackageNames": ["clickhouse/clickhouse-server"],
|
||||||
"allowedVersions": "^24\\.1\\.2-alpine$",
|
"allowedVersions": "24\\.1\\.2-alpine",
|
||||||
"groupName": "signoz-clickhouse",
|
"groupName": "signoz-clickhouse",
|
||||||
"semanticCommitScope": "signoz-clickhouse"
|
"semanticCommitScope": "signoz-clickhouse"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user