From 3b51b0a19bdbacb7b56f020dd31c313a4dea0371 Mon Sep 17 00:00:00 2001 From: Krystle Salazar Date: Tue, 3 Dec 2024 10:00:07 -0400 Subject: [PATCH] Disable renovate updates for ES, PG and Redis docker images (#5241) --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 134a973e67e..613959fbc77 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,5 +66,10 @@ groupName: "@testing-library", matchPackageNames: ["@testing-library{/,}**"], }, + { + matchPackageNames: ["/elasticsearch/", "/postgres/", "/redis/"], + matchManagers: ["docker-compose", "dockerfile"], + enabled: false, + }, ], }