Automated Dependency Updates for Bitbucket Pipelines
Categories: ci
Renovate supports updating Bitbucket Pipelines dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)\.?bitbucket-pipelines\.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
.
References¶
Default config¶
{
"fileMatch": [
"(^|/)\\.?bitbucket-pipelines\\.ya?ml$"
]
}
Additional Information¶
Extracts dependencies from Bitbucket Pipelines config files.
If you need to change the versioning format, read the versioning documentation to learn more.