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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: cpan
, github-tags
.
Default config¶
{
"fileMatch": [
"(^|/)cpanfile$"
]
}
Additional Information¶
The cpanfile
manager is used to extract dependencies from cpanfile
.