From 0e113dba6a173fe0e97e9b4ee75206807665e02f Mon Sep 17 00:00:00 2001 From: Roomote Date: Mon, 18 May 2026 16:22:39 +0000 Subject: [PATCH] chore: loosen renovate scheduling window --- renovate.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index b6c50e8228..b279b81cdd 100644 --- a/renovate.json +++ b/renovate.json @@ -10,8 +10,7 @@ { "description": "Group GitHub Actions updates for one review pass.", "matchManagers": ["github-actions"], - "groupName": "GitHub Actions", - "schedule": ["* 21-23 * * 0"] + "groupName": "GitHub Actions" }, { "description": "Group AI SDK and provider patch/minor updates.", @@ -34,8 +33,7 @@ "/^@qdrant\\//" ], "matchUpdateTypes": ["minor", "patch"], - "groupName": "AI SDKs and providers", - "schedule": ["* 21-23 * * 0"] + "groupName": "AI SDKs and providers" }, { "description": "Group frontend and UI patch/minor updates.", @@ -53,8 +51,7 @@ "/^@tailwindcss\\//" ], "matchUpdateTypes": ["minor", "patch"], - "groupName": "Frontend and UI stack", - "schedule": ["* 21-23 * * 0"] + "groupName": "Frontend and UI stack" }, { "description": "Group test and build tooling patch/minor updates.", @@ -77,8 +74,7 @@ "/^eslint($|-)/" ], "matchUpdateTypes": ["minor", "patch"], - "groupName": "Build, lint, and test tooling", - "schedule": ["* 21-23 * * 0"] + "groupName": "Build, lint, and test tooling" }, { "description": "Automerge low-risk patch updates for DefinitelyTyped packages.",