1 changed files with 28 additions and 0 deletions
@ -0,0 +1,28 @@
@@ -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