How to disable plugin update during grav update

I have done some modification in form and login plugins. When I run Grav update it will remove the modifications. Can you please help me how can I disable these plugin updates during grav update.

What kind of modifications? Maybe a solution would be to write your own plugin that would use event hooks? Lots of plugin extension can be achieved via hooks

@Karmalakas So we cannot prevent from plugin updates?

I don’t think there’s such an option, but I guess it’s probably Admin plugin that updates these dependencies and not Grav. Updating Grav doesn’t update any plugins IIRC