Automated Dependency Updates for Meteor (original) (raw)
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.
Dependency types¶
This manager has no documented depType values.
Default config¶
{ "managerFilePatterns": [ "/(^|/)package\\.js$/" ] }