Skip to content

Automated Dependency Updates for pub

Categories: dart

Renovate supports updating pub dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: /(^|/)pubspec\.ya?ml$/.

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

Supported datasources

This manager supports extracting the following datasources: dart, dart-version, flutter-version.

Default config

{
  "managerFilePatterns": [
    "/(^|/)pubspec\\.ya?ml$/"
  ],
  "versioning": "npm"
}

Additional Information

This manager is used to keep pubspec files up-to-date.