Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    6f49927a
    feat: schedule support for lock file maintenance · 6f49927a
    Rhys Arkins authored
    This feature now allows a custom schedule to be defined for lock file maintenance. It is now enabled by default but runs only before 5m on Sundays. Closes #399
    
    BREAKING CHANGE: lock file maintenance is enabled by default.
    Rules will apply to both yarn and npm (npm is yet to be implemented however). Existing mainainYarn* variables are removed and replaced by new lockFileMaintenance object.
    6f49927a
    History
    feat: schedule support for lock file maintenance
    Rhys Arkins authored
    This feature now allows a custom schedule to be defined for lock file maintenance. It is now enabled by default but runs only before 5m on Sundays. Closes #399
    
    BREAKING CHANGE: lock file maintenance is enabled by default.
    Rules will apply to both yarn and npm (npm is yet to be implemented however). Existing mainainYarn* variables are removed and replaced by new lockFileMaintenance object.