Hackity hack hack - smaller configs

This commit is contained in:
Luke Murphy
2020-05-07 09:05:31 +02:00
parent 5cbef64c52
commit 5ad7c2e83f
3 changed files with 6 additions and 11 deletions

View File

@ -2,7 +2,9 @@ module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
token: "{{ secret "api-token-v1" }}",
platform: "gitea",
logLevel: "debug",
logFileLevel: 'warn',
logLevel: "info",
logFile: '/tmp/renovate.log',
onboarding: true,
onboardingConfig: {
extends: ["config:base"],