From a9ef1f88ee6cbf9bc7b687aaca7535e20830e500 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 21 Nov 2025 00:56:04 +1100 Subject: [PATCH] Update renovate.json to include matchManagers rules --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"