From 7b8b2e46f5670c01771ff672374ed85925a6a6b8 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 22 Apr 2022 15:18:23 +0200 Subject: [PATCH] renovate: ignore @elastic/elasticsearch Signed-off-by: Johan Haals --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 90034b5cbc..ff351a5e0f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,6 +2,8 @@ labels: ['dependencies'], extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'], rangeStrategy: 'update-lockfile', + // @elastic/elasticsearch is ignored due to licensing issues. See #10992 + ignoreDeps: ['@elastic/elasticsearch'], packageRules: [ { matchSourceUrlPrefixes: ['https://github.com/spotify/web-scripts'],