We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6bc30 commit 01cfea3Copy full SHA for 01cfea3
.github/dependabot.yml
@@ -1,4 +1,13 @@
1
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
11
updates:
12
- package-ecosystem: "gradle" # See documentation for possible values
13
directory: "/" # Location of package manifests
@@ -9,3 +18,10 @@ updates:
18
schedule:
19
# Check for updates to GitHub Actions every week
20
interval: "weekly"
21
+ - package-ecosystem: "docker"
22
+ directories:
23
+ - "**/*"
24
+ schedule:
25
+ interval: "weekly"
26
+ registries:
27
+ - gcr-docker
0 commit comments