Skip to content
Snippets Groups Projects
  1. Sep 20, 2017
  2. Sep 19, 2017
  3. Sep 18, 2017
  4. Sep 16, 2017
  5. Sep 15, 2017
  6. Sep 14, 2017
  7. Sep 13, 2017
  8. 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 
Loading