From 8a7e0125632dccb14696a499bd72f344468c6c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 22 Jan 2026 14:47:14 +0100 Subject: [PATCH] renovate: Ignore go-gelf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No updates expected for this one. Signed-off-by: Paweł Gronowski --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index ba33df3817..8368f80d15 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,5 +11,8 @@ "groupSlug": "golang-x", "matchPackageNames": ["/^golang\\.org/x//"] } + ], + "ignoreDeps": [ + "github.com/Graylog2/go-gelf" ] }