mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
b14661fd0c
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
869 B
869 B
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 depType
s are:
Name | depType |
---|---|
base collector | collector |
connectors | connectors |
exports | exports |
extensions | extensions |
processors | processors |