Skip to content

Commit

Permalink
TERA-1747: Disable schedule to test PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wiffen committed Dec 8, 2024
1 parent c74c10b commit aaea12b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"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": [
{
"groupName": "All Minor and Patch Updates",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "pr"
"automergeType": "pr",
"requiredStatusChecks": ["Test"]
},
{
"groupName": "Major Updates",
Expand Down

0 comments on commit aaea12b

Please sign in to comment.