From b26018f36b50f8eb0452919c96c23aaba8841dcb Mon Sep 17 00:00:00 2001 From: Yang Song Date: Fri, 22 Nov 2024 17:59:04 -0500 Subject: [PATCH] [chore] ignore datadog-api-client-go in renovate bot (#36500) #### Description 2nd attempt of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/36339, the previous PR does not seem working properly. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6be78207f2b9..74d57112f1c1 100644 --- a/renovate.json +++ b/renovate.json @@ -109,7 +109,7 @@ ], "ignoreDeps": [ "github.com/DataDog/datadog-agent/pkg/trace/exportable", - "github.com/datadog/datadog-api-client-go/v2" + "github.com/DataDog/datadog-api-client-go" ], "prConcurrentLimit": 200, "suppressNotifications": ["prEditedNotification"]