Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Feb 3, 2024
1 parent ba3443f commit 7ad1414
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
"dependencyDashboard": true,
"packageRules": [
{
"packageNames": ["node"],
"description": "Disable Node.js updates",
"matchPackageNames": [
"node"
],
"matchManagers": [
"pnpm"
],
"matchDepTypes": [
"engines"
],
"enabled": false
}
],
Expand Down

0 comments on commit 7ad1414

Please sign in to comment.