Automated Dependency Updates for Bitrise
Categories: ci
Renovate supports updating Bitrise dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)bitrise\.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: bitrise
, git-tags
.
References¶
Default config¶
{
"fileMatch": [
"(^|/)bitrise\\.ya?ml$"
]
}
Additional Information¶
Updates step references of bitrise.yml
files.