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:
parent
92a0e6abec
commit
2b9e494dfc
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
"automerge": true
|
||||
},
|
||||
"ignoreDeps": [
|
||||
"got",
|
||||
"intl-messageformat",
|
||||
"moment-timezone",
|
||||
"nodemailer",
|
||||
"validator",
|
||||
|
|
Loading…
Reference in a new issue