mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 18:04:07 +01:00
parent
24c6f5d313
commit
67a93337f3
28
renovate.json
Normal file
28
renovate.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
"schedule:monthly",
|
||||
":maintainLockFilesMonthly",
|
||||
":preserveSemverRanges",
|
||||
":rebaseStalePrs",
|
||||
":disableMajorUpdates"
|
||||
],
|
||||
"enabledManagers": ["npm"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["typescript"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "npm"
|
||||
},
|
||||
{
|
||||
"packageNames": ["typescript"],
|
||||
"updateTypes": "patch"
|
||||
}
|
||||
],
|
||||
"ignoreDeps": ["bootstrap", "electron-builder", "node-ipc", "regedit"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user