diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 7db62d1..94f6230 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -70,7 +70,7 @@ lockFileMaintenance = { enabled = true; commitMessageAction = "update lock file(s)"; - schedule = [ "0 0 * * 0" ]; # weekly + schedule = [ "0 0 * * 6" ]; # weekly, start of weekend (Saturday) }; }; runtimePackages = with pkgs; [ bun nix ];