Config fixes.
This commit is contained in:
+3
-5
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user