Updated renovate ignore list

no issue

- Added `simple-dom` to renovate ignore dependency list. Mobiledoc-kit's dom renderer will need updates for it to be compatible so we stick to one version across the dom renderer and our own usage of simple-dom
This commit is contained in:
Rish 2019-07-03 14:57:39 +05:30 committed by Rishabh Garg
parent cbaa7fde3b
commit bd0e5588be
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
},
"ignoreDeps": [
"nodemailer",
"validator"
"validator",
"simple-dom"
],
"ignorePaths": ["core/test"]
}