Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 41fe511

Browse files
authored
Add Google Container Registry to dependabot (#174)
1 parent 045340e commit 41fe511

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
version: 2
2+
registries:
3+
gcr-registry:
4+
type: docker-registry
5+
url: https://gcr.io
6+
username: _json_key
7+
password: ${{ secrets.GCP_SA_KEY }}
28
updates:
39
- package-ecosystem: "github-actions"
410
directory: "/"
@@ -8,3 +14,9 @@ updates:
814
directory: "/"
915
schedule:
1016
interval: "daily"
17+
- package-ecosystem: "docker"
18+
directory: "/"
19+
registries:
20+
- gcr-registry
21+
schedule:
22+
interval: "daily"

0 commit comments

Comments
 (0)