diff --git a/renovate.json b/renovate.json5 similarity index 76% rename from renovate.json rename to renovate.json5 index d831d9f5..1228482c 100644 --- a/renovate.json +++ b/renovate.json5 @@ -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"],