Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit authored Jul 16, 2023
1 parent d653cb8 commit beaf524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
},
"packageRules": [
{
"matchPackageNames": ["vscode"],
"description": "Don't bump engines field in package.json",
"matchPackageNames": ["node", "vscode"],
"matchDepTypes": [ "engines" ],
"dependencyDashboardApproval": true
"rangeStrategy": "auto"
}
]
}

0 comments on commit beaf524

Please sign in to comment.