Skip to content

Commit

Permalink
chore: renovate ignore node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Oct 7, 2023
1 parent 2f96a11 commit 2498e73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"stabilityDays": 3,
"prCreation": "not-pending"
},
{
"description": "Ignore node engine",
"matchPackageNames": ["node"],
"matchManagers": ["npm"],
"matchDepTypes": ["engines"],
"enabled": false
}
]
}

0 comments on commit 2498e73

Please sign in to comment.