chore: move renovate config into package.json
This commit is contained in:
parent
17ae231a7b
commit
1601ba4f80
2 changed files with 3 additions and 6 deletions
|
@ -213,5 +213,8 @@
|
|||
},
|
||||
"eslintConfig": {
|
||||
"extends": "marine/prettier/node"
|
||||
},
|
||||
"renovate": {
|
||||
"extends": ["teal"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
":preserveSemverRanges"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue