diff --git a/renovate.json b/renovate.json index 00181f716..60276e822 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,9 @@ "extends": [ "config:base" ], + "ignoreDeps": [ + "github.com/openshift/api" + ], "postUpdateOptions": [ "gomodTidy" ]