Skip to content

Commit

Permalink
fix(package): accept node 18.17.0 (#119)
Browse files Browse the repository at this point in the history
* fix(package): accept node 18.17.0

* chore(renovate): add package rules

* fix: renovate config

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven authored Oct 26, 2023
1 parent 02dc690 commit 0333ca7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
]
},
"engines": {
"node": ">=18.18.2"
"node": ">=18.17.0"
},
"volta": {
"node": "18.18.2",
Expand Down
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"extends": [
"github>Kong/public-shared-renovate:kong-frontend-config.json"
],
"packageRules": [
{
"groupName": "node engines range",
"groupSlug": "node-engines",
"matchPackageNames": [
"node"
],
"matchDepTypes": [
"engines"
],
"enabled": false
}
]
}

0 comments on commit 0333ca7

Please sign in to comment.