How to increase the time between updates?

I have a void update function that updates more than the number of times I require. If I’m not wrong it updates 60 times a second by default, but I want it to update once every minute. How can I achieve that?

Well, don’t use Update, use a coroutine.