From a42bb88704500a33d1f641a0eca46cfe97fe3daa Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Thu, 29 Feb 2024 09:29:48 -0500 Subject: [PATCH] Since openshift/api is riding master, it is constantly changing We already have a weekly job to update everything weekly that will include this --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) 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" ]