Skip to content

Commit

Permalink
chore: renovate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Feb 22, 2023
1 parent ffc0d22 commit a13872b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"access": "public"
},
"engines": {
"node": ">=v18.14.2",
"pnpm": ">=7.27.1"
"node": ">=v18.10.0",
"pnpm": ">=7.26.3"
},
"scripts": {
"build": "tsup",
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"main"
],
"rangeStrategy": "bump",
"ignoreDeps": [
"node",
"pnpm"
],
"packageRules": [
{
"matchFiles": [
Expand Down

0 comments on commit a13872b

Please sign in to comment.