Skip to content

Commit

Permalink
[chore] Change renovate datasource for manifest.yaml dependency updat…
Browse files Browse the repository at this point in the history
…es (#398)

Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Dec 5, 2024
1 parent a0a2186 commit cfd0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"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"],
"datasourceTemplate": "go"
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit cfd0820

Please sign in to comment.