mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
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:
28
renovate.json
Normal file
28
renovate.json
Normal 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"]
|
||||
}
|
Reference in New Issue
Block a user