From 9451da1e6d91cb8c23966d9df02b0c6b57ccd583 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 12 Mar 2024 13:45:04 +0200 Subject: [PATCH] Add dependabot config to update libnvidia-container submodule Signed-off-by: Evan Lezar --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c543c53e..b5db12d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,3 +37,15 @@ updates: schedule: interval: "weekly" day: "monday" + + # Allow dependabot to update the libnvidia-container submodule. + - package-ecosystem: "gitsubmodule" + target-branch: main + directory: "/" + allow: + - dependency-name: "third_party/libnvidia-container" + schedule: + interval: "daily" + labels: + - dependencies + - libnvidia-container