Skip to content

Commit

Permalink
[conf] schedule renovate automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Oct 5, 2023
1 parent 0707a95 commit 6e81cdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"commitMessageLowerCase": "auto",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
"automerge": true,
"schedule": "after 4am on monday"
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchDepTypes": ["dependencies", "devDependencies", "action"],
"automerge": true,
"automergeType": "branch"
"automergeType": "branch",
"schedule": "after 4am on monday"
},
{
"matchUpdateTypes": ["major"]
Expand Down

0 comments on commit 6e81cdf

Please sign in to comment.