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"],