Disable WP Core auto updates

Use this code snippet to prevent WP from auto-updating itself

Snippet Type

Save to wp-config.php

Snippet

define( 'WP_AUTO_UPDATE_CORE', false );