From ca7e0d5ac21e7bbf250e880af00e8101a2580633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 17 Feb 2026 15:32:38 +0100 Subject: [PATCH] chore: ignore @types/react and @types/node in renovate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These type packages need to stay pinned to match the React/Node versions we support, so we don't want automated bump PRs for them. Co-Authored-By: Claude Opus 4.5 Signed-off-by: Fredrik Adelöw --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index da3cf3e8fb..4e5ca932c0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,6 +18,9 @@ // ignored due to licensing issues. See #10992 '@elastic/elasticsearch', 'event-source-polyfill', + // These need to stay pinned to match the React/Node versions we support + '@types/react', + '@types/node', ], packageRules: [ {