Skip to content

Automated Dependency Updates for Buildkite

Categories: ci

Renovate supports updating Buildkite dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

buildkite\.ya?ml
\.buildkite/.+\.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: github-tags, bitbucket-tags.

Default config

{
  "fileMatch": [
    "buildkite\\.ya?ml",
    "\\.buildkite/.+\\.ya?ml$"
  ],
  "commitMessageTopic": "buildkite plugin {{depName}}",
  "commitMessageExtra": "to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{newValue}}}{{/if}}"
}

Additional Information

Used for updating Docker dependencies in Buildkite configuration files.

If you need to change the versioning format, read the versioning documentation to learn more.