chore: move renovate config into package.json

This commit is contained in:
iCrawl 2020-01-29 23:42:26 +01:00
parent 17ae231a7b
commit 1601ba4f80
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE
2 changed files with 3 additions and 6 deletions

View file

@ -213,5 +213,8 @@
},
"eslintConfig": {
"extends": "marine/prettier/node"
},
"renovate": {
"extends": ["teal"]
}
}

View file

@ -1,6 +0,0 @@
{
"extends": [
"config:base",
":preserveSemverRanges"
]
}