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 managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker.
References¶
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
bitbucket-tags |
A Bitbucket pipe reference resolved via Bitbucket tags |
docker |
A Docker image used as the build image or in a service definition |
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.?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.