mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Update renovate config to match template (#5331)
This commit is contained in:
parent
4e1867682f
commit
8ebcd88850
23
.github/renovate.json
vendored
23
.github/renovate.json
vendored
@ -2,26 +2,25 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
"schedule:monthly",
|
||||
":maintainLockFilesMonthly",
|
||||
":preserveSemverRanges",
|
||||
":combinePatchMinorReleases",
|
||||
":dependencyDashboard",
|
||||
":maintainLockFilesWeekly",
|
||||
":pinAllExceptPeerDependencies",
|
||||
":rebaseStalePrs",
|
||||
":disableMajorUpdates"
|
||||
"schedule:weekends",
|
||||
":separateMajorReleases"
|
||||
],
|
||||
"prConcurrentLimit": 3,
|
||||
"enabledManagers": ["npm"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["typescript"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "npm"
|
||||
"groupName": "{{manager}}",
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"packageNames": ["typescript"],
|
||||
"updateTypes": "patch"
|
||||
"matchUpdateTypes": "patch"
|
||||
}
|
||||
],
|
||||
"ignoreDeps": ["bootstrap", "electron-builder", "electron", "node-ipc", "regedit", "zone.js"]
|
||||
|
Loading…
Reference in New Issue
Block a user