From 5cbc1c40b656464d155a2c8c2da0aeb9c5e3ae4a Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 29 Apr 2020 14:27:18 +0200 Subject: [PATCH] chore: add encrypted to HostRule --- lib/types/host-rules.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/host-rules.ts b/lib/types/host-rules.ts index 23081f0deb..96a6a8477d 100644 --- a/lib/types/host-rules.ts +++ b/lib/types/host-rules.ts @@ -12,4 +12,5 @@ export interface HostRule { insecureRegistry?: boolean; platform?: string; timeout?: number; + encrypted?: HostRule; } -- GitLab