Only see errors and skip unicodeEmoji

This commit is contained in:
Luke Murphy 2020-09-13 10:53:08 +02:00
parent a54d78037f
commit bb0694518e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -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"],