mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Move renovate.json to .github folder (#3905)
This commit is contained in:
28
.github/renovate.json
vendored
Normal file
28
.github/renovate.json
vendored
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"]
|
||||
}
|
||||
Reference in New Issue
Block a user