I like the autoupdate functionality of wordpress. But I set option to allow only minor upgrades in wp-config.php
# Disables all core updates:
define( 'WP_AUTO_UPDATE_CORE', false );
# Enables all core updates, including minor and major:
define( 'WP_AUTO_UPDATE_CORE', true );
# Enables core...