Automated Dependency Updates for Gitlabci Include
Categories: ci
Renovate supports updating Gitlabci 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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: gitlab-tags
.
Default config¶
{
"fileMatch": [
"\\.gitlab-ci\\.ya?ml$"
]
}
Additional Information¶
Extracts "includes" dependencies from gitlab-ci.yml
files.