Skip to content

Automated Dependency Updates for Droneci

Categories: ci

Renovate supports updating Droneci dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: /(^|/)\.drone\.yml$/.

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.

Default config

{
  "managerFilePatterns": [
    "/(^|/)\\.drone\\.yml$/"
  ]
}

Additional Information

Extracts Docker-type dependencies from DroneCI config files.

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