Compare commits

...

1 Commits

Author SHA1 Message Date
Ash
d5432efa13 fix: shift renovate schedules to 5-7 PM Saturday to align with cron
All checks were successful
CI / check (pull_request) Successful in 2m43s
CI / build-and-cache (pull_request) Has been skipped
CronJob runs at 0/6/12/18h. Old 2-4 PM window never had a run
inside it, so Renovate never created PRs. Shift to 5-7 PM so the
18:00 run lands in the window. nixpkgs-qt staggered to 7-9 PM.
2026-03-16 08:01:18 -07:00

View File

@@ -13,7 +13,7 @@
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"schedule": [ "schedule": [
"after 2pm and before 4pm on Saturday" "after 5pm and before 7pm on Saturday"
] ]
}, },
"dependencyDashboard": true, "dependencyDashboard": true,
@@ -39,7 +39,7 @@
"/^nix-darwin$/" "/^nix-darwin$/"
], ],
"schedule": [ "schedule": [
"after 2pm and before 4pm on Saturday" "after 5pm and before 7pm on Saturday"
] ]
}, },
{ {
@@ -53,7 +53,7 @@
"/home-manager-unstable/" "/home-manager-unstable/"
], ],
"schedule": [ "schedule": [
"after 2pm and before 4pm on Saturday" "after 5pm and before 7pm on Saturday"
] ]
}, },
{ {
@@ -65,7 +65,7 @@
"/nixpkgs-qt/" "/nixpkgs-qt/"
], ],
"schedule": [ "schedule": [
"after 4pm and before 6pm on Saturday" "after 7pm and before 9pm on Saturday"
] ]
}, },
{ {