diff --git a/renovate.json b/renovate.json index 62e4fb3af406..297090186ae8 100644 --- a/renovate.json +++ b/renovate.json @@ -32,6 +32,12 @@ "matchManagers": ["github-actions"], "groupName": "github-actions deps" }, + { + "matchManagers": ["gomod"], + "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/collector"], + "groupName": "All OpenTelemetry Collector dev packages", + "matchUpdateTypes": ["digest"] + }, { "matchManagers": ["gomod"], "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/collector"],