From dd162d5ba016624fbd7d2393131772f5db239bca Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 13 Nov 2022 01:13:54 +0100 Subject: [PATCH] with harbor --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.json b/config.json index fb3213d..c6039b3 100644 --- a/config.json +++ b/config.json @@ -8,6 +8,14 @@ "extends": [ "config:base" ], + "hostRules": [ + { + "hostType": "docker", + "matchHost": "harbor.server.kjuulh.io", + "username": "admin", + "password": "{{ secrets.HARBOR_SERVER_PASSWORD }}" + } + ], "packageRules": [ { "groupName": "all dependencies",