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" ],