Renovate - exclude xml2js

pull/8192/head
Laurent Cozic 2023-05-19 20:50:37 +01:00
parent 9e90d9016d
commit c90d7756c0
1 changed files with 7 additions and 1 deletions

View File

@ -113,7 +113,13 @@
// Cannot upgrade further due to ESM support
"node-fetch",
"execa"
"execa",
// Don't think we can trust this lib because they don't release a
// changelog and the latest version appears to have breaking changes
// (v0.5.0). Doesn't seem serious unfortunately.
// https://github.com/Leonidas-from-XIV/node-xml2js/issues/677
"xml2js",
],
"packageRules": [
{