From e1253160c3097d835c4d243f232f9e57adaa2019 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 5 Sep 2025 19:26:28 -0400 Subject: [PATCH] Config fixes. --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 3344dcf9..c5f257cd 100644 --- a/renovate.json +++ b/renovate.json @@ -17,15 +17,13 @@ { "description": "Pin ClickHouse to the exact version used by Signoz", "matchPackageNames": ["clickhouse/clickhouse-server"], - "allowedVersions": "/24\\.1\\.2-alpine/", - "groupName": "signoz-clickhouse", + "pin": true, "semanticCommitScope": "signoz-clickhouse" }, { "description": "Pin Zookeeper to the exact version used by Signoz", - "matchPackageNames": ["clickhouse/clickhouse-server"], - "allowedVersions": "/3\\.7\\.1/", - "groupName": "signoz-clickhouse", + "matchPackageNames": ["bitnami/zookeeper"], + "pin": true, "semanticCommitScope": "signoz-zookeeper-1" }, {