1
0
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:
Oscar Hinton 2023-05-02 18:57:42 +02:00 committed by GitHub
parent 4e1867682f
commit 8ebcd88850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/renovate.json vendored
View File

@ -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"]