From 2b01a001ca25480cc21f2a5ad89afc144548cb11 Mon Sep 17 00:00:00 2001 From: Antero Fagerstedt Date: Mon, 23 Sep 2024 16:14:41 +0300 Subject: [PATCH] LUDOS-210: Disable Logstash automatic updates --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 9ce225f90..2a73e6e57 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -89,6 +89,11 @@ "groupName": "Spring Boot", "matchPackageNames": ["org.springframework.boot"], "enabled": false + }, + { + "groupName": "logstash", + "matchPackageNames": ["net.logstash.logback"], + "enabled": false } ], "prConcurrentLimit": 10