Disable auto updates for wordpress to prevent broken content/plugins, but could be vulnerable to security patches.
Add the define code to your wp-config.php
The code has to be below the /*Add any custom values.
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_AUTO_UPDATE_CORE', false );
/* That's all, stop editing! Happy publishing. */