From 74eab0f2278a9ff61ef901e8644aedb5aa8a7f1d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 15 Apr 2024 18:50:52 +0100 Subject: [PATCH] Minor improvements to renovate config (#3038) --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 73b666158..716d26d9a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,8 @@ suppressNotifications: ["prEditedNotification"], extends: ["config:recommended"], labels: ["internal"], - schedule: ["on Monday"], + schedule: ["before 4am on Monday"], + semanticCommits: "disabled", separateMajorMinor: false, prHourlyLimit: 10, enabledManagers: ["github-actions", "pre-commit", "cargo"],