Skip to content

Commit 8fa038c

Browse files
authored
Merge pull request #2441 from robintown/renovate-noise
Reduce noise coming from Renovate updates
2 parents 974a2fe + 869d9b4 commit 8fa038c

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

renovate.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,36 @@
33
"extends": ["config:base"],
44
"packageRules": [
55
{
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"],
812
"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."
936
}
1037
],
1138
"semanticCommits": "disabled",

0 commit comments

Comments
 (0)