chore: ignore @types/react and @types/node in renovate

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 <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-02-17 15:32:38 +01:00
parent c278e6ed43
commit ca7e0d5ac2
+3
View File
@@ -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: [
{