Files
KaTeX/renovate.json
renovate[bot] 9a78924e56 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>
2020-09-12 09:22:32 +09:00

29 lines
586 B
JSON

{
"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"]
}