diff --git a/renovate.json b/renovate.json index c70111d2e8..b4290d1fb1 100644 --- a/renovate.json +++ b/renovate.json @@ -26,6 +26,12 @@ "gomodUpdateImportPaths" ] }, + { + "description": "Do not update indirect dependencies", + "matchManagers": ["gomod"], + "matchDepTypes": ["indirect"], + "enabled": false + }, { "description": "Update Go versions only when a patch version exists (z > 0 in v1.x.z)", "matchManagers": [