More renovate specific configs

This commit is contained in:
Luke Murphy 2020-05-07 09:31:44 +02:00
parent 7b94e312fd
commit ff2361e071
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ module.exports = {
logLevel: "info",
logFile: '/tmp/renovate.log',
onboarding: true,
assignees: ['decentral1se'],
gitAuthor: "Autonomic Renovate Bot <renovate@autonomic.zone>",
labels: ['renovate', 'dependencies', 'automated'],
onboardingConfig: {
extends: ["config:base"],
},