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