1
0
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:
Michał Chęciński
2022-10-27 13:22:28 +02:00
committed by GitHub
parent e6cbe7156e
commit 4ff1a25634

28
.github/renovate.json vendored Normal file
View 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"]
}