Skip to content

Commit 9b48688

Browse files
authored
chore: force constraint and ignore node for renovate-bot (#3031)
1 parent f8f77e3 commit 9b48688

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
"enabled": false
1717
}
1818
],
19-
"ignoreDeps": []
19+
"ignoreDeps": ["node"],
20+
"force": {
21+
"constraints": {
22+
"node": ">= 10.13.0"
23+
}
24+
}
2025
}

0 commit comments

Comments
 (0)