Hi Kunle,
Great question!
Automatic updates are actually a feature of WordPress rather than our plugins. WordPress has provided documentation to disable automatic updates for plugins here:
https://codex.wordpress.org/Configuring_Automatic_Background_Updates
For example, you can add this line the wp-config.php file, which is located in the parent folder where you have WordPress installed on your server:
define( 'AUTOMATIC_UPDATER_DISABLED', true );
That will disable all automatic updates.
It could be possible that your host is powering automatic updates instead of WordPress. If you notice that automatic updates are still happening even with that code in the wp-config.php file, then I would suggest reaching out to them for guidance on how to disable the updates from their end.
Does this help answer your question? Please let me know. 🙂
Thanks,
Geoff