0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-12 23:51:55 +00:00
renovatebot_renovate/lib/modules/manager/fleet
2025-05-04 15:43:55 +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: cleanup (#34785) 2025-03-13 17:52:09 +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 feat(config): managerFilePatterns (#34615) 2025-05-04 08:30:24 +00:00
readme.md fix(docs): correct typo in internal links (#35710) 2025-05-04 15:43:55 +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 managerFilePatterns configuration.

{
  "managerFilePatterns": ["/(^|/)fleet.ya?ml/", "/myGitRepoManifests\\.yaml/"]
}