From 6fc3703c03c93a716038b256dc68f12011c0f039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= <18708370+Flarna@users.noreply.github.com> Date: Thu, 3 Nov 2022 21:19:31 +0100 Subject: [PATCH] fix: correct Otel renovate config --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1350bc557d..fea5254ddb 100644 --- a/renovate.json +++ b/renovate.json @@ -15,7 +15,6 @@ { "groupName": "Otel Core experimental", "matchPackageNames": ["@opentelemetry/sdk-node", "@opentelemetry/instrumentation", "@opentelemetry/instrumentation-grpc", "@opentelemetry/instrumentation-http", "@opentelemetry/instrumentation-fetch", "@opentelemetry/instrumentation-xml-http-request", "@opentelemetry/api-metrics", "@opentelemetry/sdk-metrics" ], - "matchUpdateTypes": ["minor"], "rangeStrategy": "bump" } ],