Skip to content

Commit

Permalink
[ci] automerge should happen on default schedule if set globally
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Nov 28, 2023
1 parent e105d47 commit 20fc775
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchDepTypes": ["dependencies", "devDependencies", "action"],
"schedule": "before 3am on Monday",
"automergeSchedule": "after 3am and before 4am on Monday"
"schedule": "before 3am on Monday"
},
{
"matchUpdateTypes": ["major"],
Expand All @@ -20,7 +19,6 @@
],
"lockFileMaintenance": {
"enabled": true,
"schedule": "after 4am and before 5am on Monday",
"automergeSchedule": "after 5am and before 6am on Monday"
"schedule": "after 4am on Monday"
}
}

0 comments on commit 20fc775

Please sign in to comment.