Fix author field
This commit is contained in:
parent
3864fa8608
commit
8b18d8a40d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module.exports = {
|
||||||
endpoint: 'https://git.shivering-isles.com/api/v4/',
|
endpoint: 'https://git.shivering-isles.com/api/v4/',
|
||||||
token: process.env.RENOVATE_TOKEN,
|
token: process.env.RENOVATE_TOKEN,
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
gitAuthor: 'Renovate Bot',
|
gitAuthor: 'Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>',
|
||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
|
|
||||||
onboarding: true,
|
onboarding: true,
|
||||||
|
|
Reference in a new issue