Should the lock file be updated when updating?
This is disabled implicitly when enabling dryRun
Installer
public function setWriteLock(bool $writeLock = true) : self { $this->writeLock = $writeLock; return $this; }