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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user