Skip to content

Commit efe82b9

Browse files
committed
fix: enforce Renovate weekly schedule
1 parent ff45bf0 commit efe82b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"extends": ["config:recommended"],
44
"enabledManagers": ["npm", "github-actions"],
55
"timezone": "America/Chicago",
6-
"schedule": ["before 9am on monday"],
6+
"schedule": ["* 0-8 * * 1"],
7+
"updateNotScheduled": false,
78
"minimumReleaseAge": "3 days",
89
"prHourlyLimit": 2,
910
"prConcurrentLimit": 5,

0 commit comments

Comments
 (0)