diff --git a/renovate.json b/renovate.json index 965619233c4..0588355992f 100644 --- a/renovate.json +++ b/renovate.json @@ -24,8 +24,14 @@ }, { "matchUpdateTypes": ["minor"], + "matchManagers": ["js"], "dependencyDashboardApproval": true }, + { + "matchUpdateTypes": ["minor"], + "matchManagers": ["!js"], + "schedule": ["before 3am on Monday"] + }, { "matchUpdateTypes": ["major"], "schedule": ["before 3am on Monday"]