From 9144fbbb0628dccf0231e2f055280c3924d7ec68 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Thu, 26 Mar 2026 13:51:56 -0400 Subject: [PATCH] fix: add velero to renovate ignoreDeps The openshift/velero fork is managed via a go.mod replace directive and must track specific oadp-* branches. Renovate incorrectly updates it to incompatible versions (e.g. v1.2.0) that remove APIs the plugin depends on (velero/pkg/apis/velero/v2alpha1). Closes #223 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy Signed-off-by: Tiger Kaovilai --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index dd75b316b..20aff6b35 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,10 @@ "branchPrefix": "konflux/mintmaker/", "labels": ["area/ci-tooling", "ok-to-test"], "pruneStaleBranches": true, + "ignoreDeps": [ + "github.com/vmware-tanzu/velero", + "github.com/openshift/velero" + ], "packageRules": [ { "description": "Group Kubernetes dependencies (k8s.io, sigs.k8s.io)",