Automated Dependency Updates for cpanfile
Categories: perl
Renovate supports updating cpanfile dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)cpanfile$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: cpan, github-tags.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
configure |
Dependencies needed during the configure phase |
build |
Dependencies needed during the build phase |
test |
Dependencies needed during the test phase |
runtime |
Dependencies needed at runtime |
develop |
Dependencies needed during development (author_requires) |
Default config¶
{
"managerFilePatterns": [
"/(^|/)cpanfile$/"
]
}
Additional Information¶
The cpanfile manager is used to extract dependencies from cpanfile.