Skip to content

Commit

Permalink
[chore] group OTel collector dependency updates into single PR (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT authored Dec 5, 2024
1 parent 5945045 commit a0a2186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"packageRules": [
{
"matchPackagePatterns": ["^(go\\.opentelemetry\\.io/collector|github\\.com/open-telemetry/opentelemetry-collector-contrib)"],
"matchPackageNames": ["open-telemetry/opentelemetry-collector-contrib"],
"groupName": "OpenTelemetry Collector"
},
{
Expand All @@ -43,7 +44,7 @@
"regexManagers": [
{
"fileMatch": ["^manifest.yaml$"],
"matchStrings": ["- gomod: (?<depName>(go\\.opentelemetry\\.io/collector|github\\.com/open-telemetry/opentelemetry-collector-contrib|github\\.com/dynatrace/dynatrace-otel-collector)/([A-Za-z0-9]+/)*[A-Za-z0-9]+) (?<currentValue>v\\d+\\.\\d+\\.\\d+)\\n"],
"matchStrings": ["- gomod: (?<depName>(go\\.opentelemetry\\.io\/collector|github\\.com\/open-telemetry\/opentelemetry-collector-contrib|github\\.com\/dynatrace\/dynatrace-otel-collector)\/([A-Za-z0-9]+\/)*[A-Za-z0-9]+) (?<currentValue>v\\d+\\.\\d+\\.\\d+)\\n"],
"datasourceTemplate": "go"
}
]
Expand Down

0 comments on commit a0a2186

Please sign in to comment.