Automated Dependency Updates for Rancher Fleet
Categories: cd
, kubernetes
Renovate supports updating Rancher Fleet dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)fleet\.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: git-tags
, helm
, docker
.
Default config¶
{
"fileMatch": [
"(^|/)fleet\\.ya?ml"
]
}
Additional Information¶
Can upgrade bundle definitions and GitRepo YAML manifests of Rancher Fleet.
By default, only bundles with Helm references will be upgraded.
To enable GitRepo updates you have to extend your fileMatch
configuration.
{
"fileMatch": ["'(^|/)fleet.ya?ml", "myGitRepoManifests\\.yaml"]
}