mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
* 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>
29 lines
586 B
JSON
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"]
|
|
}
|