0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-02-28 10:34:06 +00:00
renovatebot_renovate/lib/modules/manager/fleet
2025-02-26 14:18:38 +00:00
..
__fixtures__ feat(fleet): extract dependencies from helm blocks with OCI-based helm charts (#28352) 2024-04-13 16:53:50 +00:00
extract.spec.ts test: migrate from jest to vitest (#34499) 2025-02-26 14:18:38 +00:00
extract.ts refactor(manager): always set package name from docker image extract (#33917) 2025-01-29 15:36:24 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
readme.md docs: use relative links (#26044) 2023-11-29 18:10:17 +00:00
schema.ts feat(fleet): extract dependencies from helm blocks without a fixed releaseName (#28325) 2024-04-10 21:45:42 +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"]
}