0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Updated ignored dependencies in Renovate

no issue

- `got` 10.x has a Node 10 bug that makes it pretty much unusable for
  now
- `intl-messageformat` 6.0.0 introduced a breaking change in terms of
  escaping that would be pretty difficult to fix for now
This commit is contained in:
Daniel Lockyer 2020-02-25 16:43:04 +00:00
parent 92a0e6abec
commit 2b9e494dfc

View file

@ -15,6 +15,8 @@
"automerge": true
},
"ignoreDeps": [
"got",
"intl-messageformat",
"moment-timezone",
"nodemailer",
"validator",