Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit afead29

Browse files
authored
chore(ci): run Renovate dependency updates only on Tuesday (#76)
Narrows the Renovate schedule for regular package updates from every weekday night (`* 0-5 * * 2-5`, Tue–Fri) to Tuesday nights only (`* 0-5 * * 2`), so the bot no longer opens dependency-update PRs every day. The `lockFileMaintenance` schedule (Monday nights, `* 0-5 * * 1`) is left unchanged.
1 parent 80e3408 commit afead29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
],
3333
"minimumReleaseAge": "1 day",
3434
"internalChecksFilter": "strict",
35-
"schedule": ["* 0-5 * * 2-5"]
35+
"schedule": ["* 0-5 * * 2"]
3636
}

0 commit comments

Comments
 (0)