Skip to content

Commit

Permalink
Relax node engine requirements and remove it from renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Apr 17, 2024
1 parent 0c896a2 commit 5a5dbd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"version": "2.5.0",
"engines": {
"node": "^20.12.1"
"node": ">=18.14.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchPackagePatterns": ["@nomicfoundation/.*", "chai"],
"matchUpdateTypes": ["major"],
Expand Down

0 comments on commit 5a5dbd9

Please sign in to comment.