Config fixes.

This commit is contained in:
2025-09-05 19:26:28 -04:00
parent 3c1d87652e
commit e1253160c3
+3 -5
View File
@@ -17,15 +17,13 @@
{ {
"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/", "pin": true,
"groupName": "signoz-clickhouse",
"semanticCommitScope": "signoz-clickhouse" "semanticCommitScope": "signoz-clickhouse"
}, },
{ {
"description": "Pin Zookeeper to the exact version used by Signoz", "description": "Pin Zookeeper to the exact version used by Signoz",
"matchPackageNames": ["clickhouse/clickhouse-server"], "matchPackageNames": ["bitnami/zookeeper"],
"allowedVersions": "/3\\.7\\.1/", "pin": true,
"groupName": "signoz-clickhouse",
"semanticCommitScope": "signoz-zookeeper-1" "semanticCommitScope": "signoz-zookeeper-1"
}, },
{ {