From bb0694518e4f6cd17e46d3ffc20a4e06d4f467aa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 13 Sep 2020 10:53:08 +0200 Subject: [PATCH] Only see errors and skip unicodeEmoji --- config.js.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js.tmpl b/config.js.tmpl index 0de2a04..a96fc56 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -2,7 +2,8 @@ module.exports = { endpoint: "https://TODO.com/api/v1/", token: "{{ secret "api-token" }}", platform: "gitea", - logLevel: "info", + logLevel: "error", + unicodeEmoji: false, onboarding: true, assignees: [], labels: ["renovate", "dependencies", "automated"],