From aaea12b88082b2753e8f94b11a23df15d26498f8 Mon Sep 17 00:00:00 2001 From: Benjamin Wiffen Date: Mon, 9 Dec 2024 10:22:25 +1100 Subject: [PATCH] TERA-1747: Disable schedule to test PR creation --- renovate.json5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index a29e740..a42eebc 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,8 +4,10 @@ "extends": ["config:base"], // Scheduling. - "schedule": ["at 2:00am on the 1st day of the month"], + //"schedule": ["at 2:00am on the 1st day of the month"], "timezone": "Australia/Sydney", + "prHourlyLimit": 25, + "prConcurrentLimit": 25, // Update rules. "packageRules": [ @@ -13,7 +15,8 @@ "groupName": "All Minor and Patch Updates", "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true, - "automergeType": "pr" + "automergeType": "pr", + "requiredStatusChecks": ["Test"] }, { "groupName": "Major Updates",