mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-16 10:45:20 +01:00
56 lines
1.3 KiB
JSON
56 lines
1.3 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"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"matchUpdateTypes": "patch"
|
|
},
|
|
{
|
|
"groupName": "jest",
|
|
"matchPackageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
|
|
"matchUpdateTypes": "major"
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"@types/koa-bodyparser",
|
|
"bootstrap",
|
|
"electron-builder",
|
|
"electron",
|
|
"node-ipc",
|
|
"regedit",
|
|
"zone.js"
|
|
]
|
|
}
|