Automated Dependency Updates for Ansible
Categories: ansible
, iac
Renovate supports updating Ansible dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)tasks/[^/]+\.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: docker
.
Default config¶
{
"fileMatch": [
"(^|/)tasks/[^/]+\\.ya?ml$"
]
}
Additional Information¶
Supports Docker-type dependency extraction from Ansible configuration files.
If you need to change the versioning format, read the versioning documentation to learn more.