Skip to content

Automated Dependency Updates for Meteor

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 fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: npm.

References## Default config

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

Additional Information

Open items

The below list of features were current when this page was generated on March 30, 2023.

Feature requests

  • Support Meteor Atmosphere package manager files #2671