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.
Open items¶
The below list of bugs were current when this page was generated on December 21, 2024.
Bug reports¶
- Widen complex ranges for pub manager #33155