Add renovate.json
This commit is contained in:
parent
67f4ca4249
commit
570d94a35b
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"statusCheckVerify": true,
|
||||
"ignoreDeps": [
|
||||
"gherkin",
|
||||
"expand-home-dir",
|
||||
"typescript",
|
||||
"typescript-formatter",
|
||||
"tidy-markdown",
|
||||
"underscore-plus",
|
||||
"prettydiff2"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue