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

Supported datasources

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

Default config

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

Additional Information

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