2022-09-30 17:00:33 +02:00
|
|
|
{
|
|
|
|
"$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"
|
|
|
|
}
|
|
|
|
],
|
2023-02-10 12:47:09 +01:00
|
|
|
"ignoreDeps": ["bootstrap", "electron-builder", "electron", "node-ipc", "regedit", "zone.js"]
|
2022-09-30 17:00:33 +02:00
|
|
|
}
|