Automated Dependency Updates for Jenkins
Categories: ci
Renovate supports updating Jenkins dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)plugins\.(txt|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: jenkins-plugins
.
Default config¶
{
"fileMatch": [
"(^|/)plugins\\.(txt|ya?ml)$"
]
}
Additional Information¶
The Jenkins manager supports a custom text or YAML format of the plugin list as described here.
By default, Renovate gets the versions from the main Jenkins update center.
There are no strict filename rules, the convention is to name the file plugins.txt
or plugins.yaml
.