From 3677a50af773c7690546005be4d41af284a292a2 Mon Sep 17 00:00:00 2001 From: Krystle Salazar Date: Mon, 2 Dec 2024 13:51:19 -0400 Subject: [PATCH] Disable renovate for ES, PG and Redis docker images --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ceafe8165ae..7136966bee1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -62,5 +62,10 @@ groupName: "@testing-library", matchPackageNames: ["@testing-library{/,}**"], }, + { + matchPackageNames: ["/elasticsearch/", "/postgres/", "/redis/"], + matchManagers: ["docker-compose", "dockerfile"], + enabled: false, + }, ], }