Merge branch 'polecat/chrome/x-ymkgu@mlebby8e': update renovate schedules to Saturday afternoon
All checks were successful
CI / check (push) Successful in 16m9s

This commit is contained in:
2026-02-08 14:58:17 -08:00
committed by John Ogle

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"
] ]
}, },
{ {