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
.
Default config¶
{
"managerFilePatterns": [
"/\\.gitlab-ci\\.ya?ml$/"
]
}
Additional Information¶
Extracts "includes" dependencies from gitlab-ci.yml
files.