renovate/lib/modules/manager/fleet
Michael Kriese 497d4c131f
fix(manager): unify logging (#22398)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
..
__fixtures__ fix(manager/fleet): do not merge version into customization objects (#20223) 2023-02-04 15:44:25 +00:00
extract.spec.ts refactor: Merged multiple skipReasons into unspecified-version. (#22409) 2023-05-25 05:48:11 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00: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 fix(manager/fleet): do not merge version into customization objects (#20223) 2023-02-04 15:44:25 +00: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"]
}