51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":combinePatchMinorReleases",
|
|
":dependencyDashboard",
|
|
":maintainLockFilesWeekly",
|
|
":pinAllExceptPeerDependencies",
|
|
":rebaseStalePrs",
|
|
"schedule:weekends",
|
|
":separateMajorReleases"
|
|
],
|
|
"prConcurrentLimit": 3,
|
|
"enabledManagers": ["cargo", "github-actions", "npm"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "cargo minor",
|
|
"matchManagers": ["cargo"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "gh minor",
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "npm minor",
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"packageNames": ["typescript"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"packageNames": ["typescript"],
|
|
"matchUpdateTypes": "patch"
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"@types/koa-bodyparser",
|
|
"bootstrap",
|
|
"electron-builder",
|
|
"electron",
|
|
"node-ipc",
|
|
"regedit",
|
|
"zone.js"
|
|
]
|
|
}
|