0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/ocb
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
..
extract.spec.ts fix(manager/ocb): typos and use correct upstream gomod (#26862) 2024-01-25 21:00:59 +00:00
extract.ts fix(manager/ocb): typos and use correct upstream gomod (#26862) 2024-01-25 21:00:59 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
readme.md feat(managers/ocb): add new manager for OpenTelemetryCollectorBuilder (#26509) 2024-01-08 15:59:20 +00:00
schema.ts fix(manager/ocb): typos and use correct upstream gomod (#26862) 2024-01-25 21:00:59 +00:00
update.spec.ts feat(managers/ocb): add new manager for OpenTelemetryCollectorBuilder (#26509) 2024-01-08 15:59:20 +00:00
update.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00

Renovate uses this manager to update dependencies defined in the build definitions for the OpenTelemetry Collector Builder (ocb).

By default, the ocb manager has no fileMatch patterns. This means you must set a fileMatch pattern for the ocb manager, in order for Renovate to update your ocb files. Here's a configuration example:

{
  "ocb": {
    "fileMatch": ["builder.ya?ml$"]
  }
}

Supported dependencies and their respective depTypes are:

Name depType
base collector collector
connectors connectors
exports exports
extensions extensions
processors processors