Skip to content

Commit 982181c

Browse files
authored
Merge pull request #2444 from robintown/more-renovate
Refine Renovate config further
2 parents 97a58f6 + c46549b commit 982181c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55
{
66
"extends": ["group:allNonMajor", "schedule:weekly"]
77
},
8+
{
9+
"groupName": "GitHub Actions",
10+
"matchDepTypes": ["action"],
11+
"pinDigests": true,
12+
"extends": ["schedule:monthly"]
13+
},
814
{
915
"description": "Disable Renovate for packages we want to monitor ourselves",
1016
"groupName": "manually updated packages",
11-
"matchPackageNames": ["matrix-js-sdk"],
17+
"matchDepNames": ["matrix-js-sdk"],
1218
"enabled": false
1319
},
1420
{
1521
"groupName": "matrix-widget-api",
16-
"matchPackageNames": ["matrix-widget-api"]
22+
"matchDepNames": ["matrix-widget-api"]
1723
},
1824
{
1925
"groupName": "Compound",
@@ -22,15 +28,15 @@
2228
},
2329
{
2430
"groupName": "LiveKit client",
25-
"matchPackageNames": ["livekit-client"]
31+
"matchDepNames": ["livekit-client"]
2632
},
2733
{
2834
"groupName": "LiveKit components",
2935
"matchPackagePrefixes": ["@livekit/components-"]
3036
},
3137
{
3238
"groupName": "Vaul",
33-
"matchPackageNames": ["vaul"],
39+
"matchDepNames": ["vaul"],
3440
"extends": ["schedule:monthly"],
3541
"prHeader": "Please review modals on mobile for visual regressions."
3642
}

0 commit comments

Comments
 (0)