mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
10 lines
381 B
Markdown
10 lines
381 B
Markdown
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 [`managerFilePatterns`](../../../configuration-options.md#managerfilepatterns) configuration.
|
|
|
|
```json
|
|
{
|
|
"managerFilePatterns": ["/(^|/)fleet.ya?ml/", "/myGitRepoManifests\\.yaml/"]
|
|
}
|
|
```
|