Disable All WordPress Automatic Background Updates

define( 'AUTOMATIC_UPDATER_DISABLED', true );

To completely disable all types of automatic updates, core or otherwise, add the above to wp-config.php file:

Source: http://codex.wordpress.org/Configuring_Automatic_Background_Updates