From eb64b351de94d3ec92988f5619b9496030b52ccc Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 16 Apr 2019 10:56:49 +0200 Subject: [PATCH] chore: update JSON schema --- renovate-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate-schema.json b/renovate-schema.json index d37b30dc09..c2bb05f900 100644 --- a/renovate-schema.json +++ b/renovate-schema.json @@ -99,7 +99,7 @@ "requireConfig": { "description": "Set to true if repositories must have a config to activate.", "type": "boolean", - "default": false + "default": true }, "privateKey": { "description": "Server-side private key", -- GitLab