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$/"
  ]
}

Additional Information

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

Open items

The below list of bugs were current when this page was generated on December 27, 2025.

Bug reports

  • Widen complex ranges for pub manager #33155