mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
67a93337f3
* Add renovate config * Run linter
29 lines
650 B
JSON
29 lines
650 B
JSON
{
|
|
"$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"]
|
|
}
|