diff --git a/renovate.json b/renovate.json index 5de7e8fe107b..95d52e2fcd55 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "stopUpdatingLabel": "action: merge", "labels": ["action: review"], "dependencyDashboard": true, - "rangeStrategy": "pin", + "rangeStrategy": "replace", "prHourlyLimit": 3, "commitBody": "See associated pull request for more information.", "timezone": "America/Tijuana", @@ -34,6 +34,10 @@ "groupName": "all non-major dependencies", "schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"] }, + { + "groupName": "bazel", + "matchDepNames": ["/^@bazel/.*/", "/^build_bazel.*/"] + }, { "matchBaseBranches": ["main"], "followTag": "next", @@ -55,6 +59,20 @@ { "matchCurrentVersion": "0.0.0-PLACEHOLDER", "enabled": false + }, + { + "separateMinorPatch": true, + "matchPackageNames": ["typescript", "rxjs", "tslib"] + }, + { + "enabled": false, + "matchPackageNames": ["typescript", "rxjs", "tslib"], + "matchUpdateTypes": ["major"] + }, + { + "enabled": false, + "matchPackageNames": ["typescript"], + "matchUpdateTypes": ["minor"] } ] }