Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    d765b34c
    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 
    d765b34c
    History
    feat: renovate meteor package.js dependencies (#786)
    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