Skip to content

Commit

Permalink
Disable file-url automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 12, 2022
1 parent e06d367 commit 12383a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
],
"enabled": false
},
{
"matchManagers": ["npm"],
// version 4.0.0 requires Node.js 12+ and is only available as an ESM module (so we cannot use require from CommonJS)
"matchPackagePatterns": ["file-url"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchPackagePatterns": ["puppeteer"],
Expand Down

0 comments on commit 12383a8

Please sign in to comment.