Skip to content

Commit dc81e7a

Browse files
committed
auto nvcr image version update
Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
1 parent 69abaf7 commit dc81e7a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,21 @@ updates:
4242
directory: "/"
4343
schedule:
4444
interval: "daily"
45+
46+
- package-ecosystem: "docker"
47+
# enable it to update all images from nvcr.io
48+
# directories:
49+
# - "**/*"
50+
directory: "/bundle/manifests"
51+
open-pull-requests-limit: 15
52+
schedule:
53+
interval: "daily"
54+
registries:
55+
- nvcr-repo
56+
57+
registries:
58+
nvcr-repo:
59+
username: ${{ github.actor }}
60+
password: ${{ secrets.GITHUB_TOKEN }}
61+
type: "docker-registry"
62+
url: "https://nvcr.io"

0 commit comments

Comments
 (0)