Skip to content

Commit 2ac15af

Browse files
authored
chore: add constraint for renovate to use npm@>10.8.0 (#5632)
1 parent 826c2d9 commit 2ac15af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"@opentelemetry/resources_1.9.0",
3232
"@types/node"
3333
],
34+
"constraints": {
35+
"npm": ">10.8.0"
36+
},
3437
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
3538
"labels": ["dependencies"]
3639
}

0 commit comments

Comments
 (0)