File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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 }
You can’t perform that action at this time.
0 commit comments