We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69abaf7 commit dc81e7aCopy full SHA for dc81e7a
1 file changed
.github/dependabot.yml
@@ -42,3 +42,21 @@ updates:
42
directory: "/"
43
schedule:
44
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