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.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
dependencies |
Listed under dependencies |
dev_dependencies |
Listed under dev_dependencies |
Default config¶
{
"managerFilePatterns": [
"/(^|/)pubspec\\.ya?ml$/"
]
}
Lock File Maintenance¶
This manager supports lockFileMaintenance for the following file(s):
pubspec.lock
Additional Information¶
This manager is used to keep pubspec files up-to-date.