Skip to content

Commit aa42d0c

Browse files
dependabot - docker-registry
Signed-off-by: Mathieu Benoit <[email protected]>
1 parent 3e6a2c2 commit aa42d0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
version: 2
2+
registries:
3+
dhi:
4+
type: docker-registry
5+
url: dhi.io
6+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
28
updates:
39
- package-ecosystem: "github-actions"
410
directory: "/"
@@ -20,6 +26,8 @@ updates:
2026
directory: "/"
2127
schedule:
2228
interval: "weekly"
29+
registries:
30+
- dhi
2331
groups:
2432
ci:
2533
patterns:

0 commit comments

Comments
 (0)