Add more dependencies to next-update and greenkeep ignore list

This commit is contained in:
Glavin Wiechert 2017-06-16 22:34:21 -03:00
parent ed9c4580bf
commit a23be4d6d9
1 changed files with 11 additions and 3 deletions

View File

@ -413,14 +413,22 @@
"next-update": {
"skip": [
"gherkin",
"expand-home-dir"
"expand-home-dir",
"typescript",
"typescript-formatter",
"tidy-markdown",
"underscore-plus"
]
}
},
"greenkeeper": {
"ignore": [
"gherkin",
"expand-home-dir"
"expand-home-dir",
"typescript",
"typescript-formatter",
"tidy-markdown",
"underscore-plus"
]
}
}
}