Skip to content

Commit 01cfea3

Browse files
committed
Add package-ecosystem: "docker"
1 parent 6d6bc30 commit 01cfea3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
version: 2
2+
3+
registries:
4+
gcr-docker:
5+
type: docker-registry
6+
url: https://eu.gcr.io
7+
username: _json_key
8+
password: ${{ secrets.EE_GCR_PRIVATE_KEY }}
9+
10+
211
updates:
312
- package-ecosystem: "gradle" # See documentation for possible values
413
directory: "/" # Location of package manifests
@@ -9,3 +18,10 @@ updates:
918
schedule:
1019
# Check for updates to GitHub Actions every week
1120
interval: "weekly"
21+
- package-ecosystem: "docker"
22+
directories:
23+
- "**/*"
24+
schedule:
25+
interval: "weekly"
26+
registries:
27+
- gcr-docker

0 commit comments

Comments
 (0)