Skip to content

Commit

Permalink
chore: skip node engines check
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Nov 16, 2023
1 parent 32cb4aa commit a5c2148
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"default:automergeMinor",
Expand All @@ -8,7 +9,6 @@
"group:allNonMajor"
],
"packageRules": [

{
"groupName": "Web Basement & Middleware",
"matchPackagePatterns": [
Expand Down Expand Up @@ -57,6 +57,13 @@
"jest",
"nodemon"
]
},
{
"description": "Ignore nodejs",
"matchPackageNames": ["node"],
"matchManagers": ["npm"],
"matchDepTypes": [ "engines" ],
"enabled": false
}
]
}

0 comments on commit a5c2148

Please sign in to comment.