From 2ea0c3dce6412990d522e262828a247c746d9e07 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 1 Apr 2024 12:13:14 +0100 Subject: [PATCH] Give renovate more time in which to file PRs (#10692) --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fc5adae88f..2cc847d535 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,7 @@ suppressNotifications: ["prEditedNotification"], extends: ["config:recommended"], labels: ["internal"], - schedule: ["before 4am on Monday"], + schedule: ["on Monday"], separateMajorMinor: false, enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "npm"], cargo: {