|
3 | 3 | "extends": ["config:base"], |
4 | 4 | "packageRules": [ |
5 | 5 | { |
6 | | - "description": "Disable renoavte for packages we want to monitor ourselves", |
7 | | - "matchPackagePatterns": ["matrix-js-sdk"], |
| 6 | + "extends": ["group:allNonMajor", "schedule:weekly"] |
| 7 | + }, |
| 8 | + { |
| 9 | + "description": "Disable Renovate for packages we want to monitor ourselves", |
| 10 | + "groupName": "manually updated packages", |
| 11 | + "matchPackageNames": ["matrix-js-sdk"], |
8 | 12 | "enabled": false |
| 13 | + }, |
| 14 | + { |
| 15 | + "groupName": "matrix-widget-api", |
| 16 | + "matchPackageNames": ["matrix-widget-api"] |
| 17 | + }, |
| 18 | + { |
| 19 | + "groupName": "Compound", |
| 20 | + "matchPackagePrefixes": ["@vector-im/compound-"], |
| 21 | + "schedule": "before 5am on Tuesday and Friday" |
| 22 | + }, |
| 23 | + { |
| 24 | + "groupName": "LiveKit client", |
| 25 | + "matchPackageNames": ["livekit-client"] |
| 26 | + }, |
| 27 | + { |
| 28 | + "groupName": "LiveKit components", |
| 29 | + "matchPackagePrefixes": ["@livekit/components-"] |
| 30 | + }, |
| 31 | + { |
| 32 | + "groupName": "Vaul", |
| 33 | + "matchPackageNames": ["vaul"], |
| 34 | + "extends": ["schedule:monthly"], |
| 35 | + "prHeader": "Please review modals on mobile for visual regressions." |
9 | 36 | } |
10 | 37 | ], |
11 | 38 | "semanticCommits": "disabled", |
|
0 commit comments