Skip to content

Automated Dependency Updates for Meteor

Categories: js

Renovate supports updating Meteor dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: /(^|/)package\.js$/.

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: npm.

Default config

{
  "managerFilePatterns": [
    "/(^|/)package\\.js$/"
  ]
}

Additional Information