chore: add constraint for renovate to use npm@>10.8.0 (#5632)

This commit is contained in:
Marc Pichler 2025-04-28 13:36:22 +02:00 committed by GitHub
parent 826c2d90d4
commit 2ac15af496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
"@opentelemetry/resources_1.9.0",
"@types/node"
],
"constraints": {
"npm": ">10.8.0"
},
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
"labels": ["dependencies"]
}