Skip to content
Snippets Groups Projects
  1. Jan 22, 2018
  2. Jan 15, 2018
  3. Dec 15, 2017
  4. Dec 05, 2017
  5. Nov 30, 2017
  6. Nov 24, 2017
  7. Nov 17, 2017
  8. Nov 08, 2017
  9. Nov 07, 2017
  10. Oct 19, 2017
  11. Oct 18, 2017
  12. Oct 16, 2017
  13. Oct 08, 2017
  14. Sep 29, 2017
  15. Sep 15, 2017
  16. Sep 14, 2017
  17. Sep 12, 2017
    • Rhys Arkins's avatar
      feat: renovate meteor package.js dependencies (#786) · d765b34c
      Rhys Arkins authored
      This feature adds support for renovating Meteor's `package.js` files. Meteor config is disabled by default so must be manually enabled to work. If enabled, Renovate uses GitHub's search API to look for any files named `package.js` that include the text `Npm.depends`. If so then the file is parsed using Regex to extract its dependencies and check them for updates.
      
      Closes #785 
  18. Aug 29, 2017
  19. Aug 27, 2017
    • Rhys Arkins's avatar
      feat: yarn workspaces lock file support (#743) · 7c3df0ba
      Rhys Arkins authored
      This feature adds explicit support for correctly generating the yarn.lock file for workspaces. Specifically, it means that the yarn.lock in the root directory is regenerated whenever *any* package.json is modified. Previously lock files were only every updated if its corresponding package.json changes, but that is not the way yarn workspaces works.
      
      Closes #473
  20. Aug 26, 2017
Loading