Automated Dependency Updates for GitLab CI/CD include
Categories: ci
Renovate supports updating GitLab CI/CD include dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /\.gitlab-ci\.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: gitlab-tags.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
repository |
GitLab project repository reference in a CI/CD include statement |
Default config¶
{
"managerFilePatterns": [
"/\\.gitlab-ci\\.ya?ml$/"
]
}
Additional Information¶
Extracts "includes" dependencies from gitlab-ci.yml files.