Merge pull request #403 from elezar/add-github-submodule-update

Add dependabot config to update libnvidia-container submodule
This commit is contained in:
Evan Lezar 2024-03-12 13:47:17 +02:00 committed by GitHub
commit 14ecacf6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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