0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-13 15:53:27 +00:00
renovatebot_renovate/lib/modules/manager/fleet/readme.md

11 lines
348 B
Markdown
Raw Permalink Normal View History

Can upgrade bundle definitions and GitRepo YAML manifests of Rancher Fleet.
By default, only bundles with Helm references will be upgraded.
2023-11-29 18:10:17 +00:00
To enable GitRepo updates you have to extend your [`fileMatch`](../../../configuration-options.md#filematch) configuration.
```json
{
"fileMatch": ["'(^|/)fleet.ya?ml", "myGitRepoManifests\\.yaml"]
}
```