From fb189c0e0367ccdc4082519e21d9cdc6d76ffb2f Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Tue, 5 May 2026 10:16:15 -0700 Subject: [PATCH] update bundle as well for dcgmExporter Signed-off-by: Rahul Sharma --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 989472731..02e055a2e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -76,7 +76,10 @@ "separateMajorMinor": false }, { - "matchPaths": ["deployments/gpu-operator/values.yaml"], + "matchPaths": [ + "deployments/gpu-operator/values.yaml", + "bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml" + ], "matchPackageNames": [ "nvcr.io/nvidia/k8s/dcgm-exporter" ],