2022-09-30 17:00:33 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base",
|
2023-05-02 18:57:42 +02:00
|
|
|
":combinePatchMinorReleases",
|
|
|
|
":dependencyDashboard",
|
|
|
|
":maintainLockFilesWeekly",
|
|
|
|
":pinAllExceptPeerDependencies",
|
2022-09-30 17:00:33 +02:00
|
|
|
":rebaseStalePrs",
|
2023-05-02 18:57:42 +02:00
|
|
|
"schedule:weekends",
|
|
|
|
":separateMajorReleases"
|
2022-09-30 17:00:33 +02:00
|
|
|
],
|
2023-05-02 18:57:42 +02:00
|
|
|
"prConcurrentLimit": 3,
|
2023-05-08 14:47:16 +02:00
|
|
|
"enabledManagers": ["cargo", "github-actions", "npm"],
|
2022-09-30 17:00:33 +02:00
|
|
|
"packageRules": [
|
|
|
|
{
|
2023-05-08 18:58:57 +02:00
|
|
|
"groupName": "cargo minor",
|
|
|
|
"matchManagers": ["cargo"],
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "gh minor",
|
|
|
|
"matchManagers": ["github-actions"],
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "npm minor",
|
|
|
|
"matchManagers": ["npm"],
|
2023-05-02 18:57:42 +02:00
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2022-09-30 17:00:33 +02:00
|
|
|
},
|
2023-05-04 17:02:04 +02:00
|
|
|
{
|
2023-05-25 14:45:52 +02:00
|
|
|
"matchPackageNames": ["typescript"],
|
2023-05-04 17:02:04 +02:00
|
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
|
|
"enabled": false
|
|
|
|
},
|
2022-09-30 17:00:33 +02:00
|
|
|
{
|
2023-05-25 14:45:52 +02:00
|
|
|
"matchPackageNames": ["typescript"],
|
2023-05-02 18:57:42 +02:00
|
|
|
"matchUpdateTypes": "patch"
|
2023-05-19 16:57:41 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "jest",
|
2023-05-25 14:45:52 +02:00
|
|
|
"matchPackageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
|
2023-05-19 16:57:41 +02:00
|
|
|
"matchUpdateTypes": "major"
|
2022-09-30 17:00:33 +02:00
|
|
|
}
|
|
|
|
],
|
2023-05-08 14:46:05 +02:00
|
|
|
"ignoreDeps": [
|
|
|
|
"@types/koa-bodyparser",
|
|
|
|
"bootstrap",
|
|
|
|
"electron-builder",
|
|
|
|
"electron",
|
|
|
|
"node-ipc",
|
|
|
|
"regedit",
|
|
|
|
"zone.js"
|
|
|
|
]
|
2022-09-30 17:00:33 +02:00
|
|
|
}
|