Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    3a4a0cb0
    feat: updateLockFiles (#1703) · 3a4a0cb0
    Rhys Arkins authored
    Adds an option “updateLockFiles” which defaults to true. Setting to false means that updating lock files (e.g. package-lock.json, yarn.lock and shrinkwrap.yaml) will be skipped. The main reason for doing this is for repositories that use a dependency we can’t resolve, so that they can keep updating the package.json without lock file.
    3a4a0cb0
    History
    feat: updateLockFiles (#1703)
    Rhys Arkins authored
    Adds an option “updateLockFiles” which defaults to true. Setting to false means that updating lock files (e.g. package-lock.json, yarn.lock and shrinkwrap.yaml) will be skipped. The main reason for doing this is for repositories that use a dependency we can’t resolve, so that they can keep updating the package.json without lock file.