diff --git a/renovate.json b/renovate.json index c86b8f6fa1..69196963aa 100644 --- a/renovate.json +++ b/renovate.json @@ -10,8 +10,18 @@ }, { "matchUpdateTypes": ["minor"], + "matchManagers": ["js"], "dependencyDashboardApproval": true }, + { + "matchUpdateTypes": ["minor"], + "matchManagers": ["!js"], + "schedule": ["before 3am on Monday"] + }, + { + "matchManagers": ["ci"], + "schedule": ["before 3am on Monday"] + }, { "matchPackageNames": ["@opentelemetry/api"], "rangeStrategy": "widen"