Configure Renovate (#2493)

* Add renovate.json

* Update renovate.json

* Update renovate.json

* Enable git-submodules

* Remove Dependabot

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
renovate[bot]
2020-09-12 09:22:32 +09:00
committed by GitHub
parent d4324a724b
commit 9a78924e56
4 changed files with 28 additions and 62 deletions

28
renovate.json Normal file
View File

@@ -0,0 +1,28 @@
{
"extends": [
"config:base",
":dependencyDashboard",
":automergeMinor",
":prNotPending",
"group:linters"
],
"git-submodules": {
"enabled": true,
"automerge": false
},
"lockFileMaintenance": {
"enabled": true,
"schedule": ["at any time"],
"stabilityDays": 0,
"dependencyDashboardApproval": true
},
"includePaths": [
"package.json",
"website/package.json",
".gitmodules"
],
"stabilityDays": 3,
"rangeStrategy": "update-lockfile",
"commitBody": "[skip netlify]",
"postUpdateOptions": ["yarnDedupeHighest"]
}