Automated Dependency Updates for Ansible Galaxy
Categories: ansible, iac
Renovate supports updating Ansible Galaxy dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)(galaxy|requirements)(\.ansible)?\.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: galaxy-collection, git-tags, github-tags.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
galaxy-collection |
Ansible Galaxy collection |
role |
Ansible role |
Default config¶
{
"managerFilePatterns": [
"/(^|/)(galaxy|requirements)(\\.ansible)?\\.ya?ml$/"
]
}
Additional Information¶
Extracts Ansible Galaxy dependencies from configuration files used by the ansible-galaxy CLI tool.