renovate/lib/modules/manager/fleet
2022-12-20 06:38:17 +01:00
..
__fixtures__ feat(manager/fleet): support updating customisations of versions (#18202) 2022-12-20 06:38:17 +01:00
extract.spec.ts feat(manager/fleet): support updating customisations of versions (#18202) 2022-12-20 06:38:17 +01:00
extract.ts feat(manager/fleet): support updating customisations of versions (#18202) 2022-12-20 06:38:17 +01:00
index.ts fix(manager): correctly escape the dot character in fileMatch (#17048) 2022-08-08 17:20:16 +02:00
readme.md feat(manager/fleet): implement Rancher Fleet manager (#16138) 2022-07-26 08:48:50 +00:00
types.ts feat(manager/fleet): support updating customisations of versions (#18202) 2022-12-20 06:38:17 +01:00

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"]
}