I want to make sure that Serverless only runs if it’s at the same version, so I’ve set frameworkVersion: '4.1.11'
. It was working fine for a while, but suddenly, in another day, when I running serverless I spotted that Serverless was updated to ‘4.1.12’.
I can see that’s a new “feature” on v4.
https://www.serverless.com/framework/docs/guides/upgrading-v4#auto-updating
For security reasons, I only want to update Serverless when necessary.
Any suggestion how to disable it?