diff --git a/renovate.json b/renovate.json index 5cb9879..4ac6d27 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,16 @@ "matchStrings": [ "#\\s*renovate:\\s*(datasource=(?.*?) )?depName=(?.*?)( versioning=(?.*?))?\\s*.*?version.*\\\"(?.*)\\\"" ] + }, + { + "customType": "regex", + "fileMatch": ["config\\.sh"], + "matchStrings": [ + "NVIDIA_CONTAINER_TOOLKIT_VER=\"(?.*?)\"" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "NVIDIA/nvidia-container-toolkit", + "versioningTemplate": "semver" } ], "customDatasources": {