I have solved it!!!!
Just go to:
/modules/modulename/modulename.php
Search for:
$this->version = 'xxxx';
inside the file modulename.php
In order to disable updates for that particular module I have changed 'xxxx' from 2.0.13 to 999999.0.13, update message for that module disappear immediately.
Hope that will help!
Cya!