Automated Dependency Updates for Crow
Categories: ci
Renovate supports updating Crow dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /^\.crow(?:/[^/]+)?\.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: docker
.
Default config¶
{
"managerFilePatterns": [
"/^\\.crow(?:/[^/]+)?\\.ya?ml$/"
]
}
Additional Information¶
Extracts all Docker images from Crow CI Pipeline YAML files.