feat(renovate): update schedules to Saturday afternoon

- lockFileMaintenance: Saturday 2-4pm (was Monday 5am)
- nix-stable-ecosystem: Saturday 2-4pm
- nix-unstable-ecosystem: Saturday 2-4pm
- Add nixpkgs-qt rule: Saturday 4-6pm (staggered)

This allows CI builds to run overnight Saturday→Sunday, with human
review Saturday evening and builds complete by Sunday morning.

Closes: x-ymkgu
This commit is contained in:
2026-02-08 14:36:08 -08:00
committed by John Ogle
parent 8908500073
commit c95fb1435b

View File

@@ -13,7 +13,7 @@
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"schedule": [ "schedule": [
"before 5am on monday" "after 2pm and before 4pm on Saturday"
] ]
}, },
"dependencyDashboard": true, "dependencyDashboard": true,
@@ -37,6 +37,9 @@
"/^nixpkgs$/", "/^nixpkgs$/",
"/^home-manager$/", "/^home-manager$/",
"/^nix-darwin$/" "/^nix-darwin$/"
],
"schedule": [
"after 2pm and before 4pm on Saturday"
] ]
}, },
{ {
@@ -48,6 +51,21 @@
"matchPackageNames": [ "matchPackageNames": [
"/nixpkgs-unstable/", "/nixpkgs-unstable/",
"/home-manager-unstable/" "/home-manager-unstable/"
],
"schedule": [
"after 2pm and before 4pm on Saturday"
]
},
{
"description": "nixpkgs-qt updates on Saturday (staggered from main ecosystem)",
"matchManagers": [
"nix"
],
"matchPackageNames": [
"/nixpkgs-qt/"
],
"schedule": [
"after 4pm and before 6pm on Saturday"
] ]
}, },
{ {