diff --git a/configs/prod/config.js.tmpl b/configs/prod/config.js.tmpl index 6558f80..ee46e29 100644 --- a/configs/prod/config.js.tmpl +++ b/configs/prod/config.js.tmpl @@ -2,12 +2,9 @@ module.exports = { endpoint: "https://git.autonomic.zone/api/v1/", token: "{{ secret "api-token-v1" }}", platform: "gitea", - logFileLevel: "error", - logLevel: "error", - logFile: "/tmp/renovate.log", + logLevel: "debug", onboarding: true, assignees: ["decentral1se"], - gitAuthor: "Autonomic Renovate Bot ", labels: ["renovate", "dependencies", "automated"], onboardingConfig: { extends: ["config:base"],