Skip to content

Commit

Permalink
chore: add schedule to renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jan 13, 2025
1 parent 99c33c2 commit 8809ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"schedule": ["before 4am on Monday"]
}
],
"rangeStrategy": "bump",
Expand Down

0 comments on commit 8809ee3

Please sign in to comment.