We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7c51b commit 04f59a9Copy full SHA for 04f59a9
renovate.json
@@ -34,6 +34,10 @@
34
"groupName": "all non-major dependencies",
35
"schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"]
36
},
37
+ {
38
+ "groupName": "bazel",
39
+ "matchDepNames": ["/^@bazel/.*/", "/^build_bazel.*/"]
40
+ },
41
{
42
"matchBaseBranches": ["main"],
43
"followTag": "next",
@@ -55,6 +59,20 @@
55
59
56
60
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
57
61
"enabled": false
62
63
64
+ "separateMinorPatch": true,
65
+ "matchPackageNames": ["typescript", "rxjs", "tslib"]
66
67
68
+ "enabled": false,
69
+ "matchPackageNames": ["typescript", "rxjs", "tslib"],
70
+ "matchUpdateTypes": ["major"]
71
72
73
74
+ "matchPackageNames": ["typescript"],
75
+ "matchUpdateTypes": ["minor"]
58
76
}
77
]
78
0 commit comments