To disable automatic updates, open your wp-config.php file and paste the following line in it:
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Once you saved the file, automatic updates will be turned off and you’ll have to manually upgrade your blog again.