Skip to content
Snippets Groups Projects
Commit 61619801 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

Default to Renovate Bot username/email

parent 483111e2
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ const fs = require('fs');
const mkdirp = require('mkdirp');
const rimraf = require('rimraf');
const authorName = 'firstName lastName'; // commit credentials
const authorEmail = 'admin@example.com'; // commit credentials
const authorName = 'Renovate Bot'; // commit credentials
const authorEmail = 'renovate-bot@keylocation.sg'; // commit credentials
const sshPublicKeyPath = `${process.env.HOME}/.ssh/id_rsa.pub`;
const sshPrivateKeyPath = `${process.env.HOME}/.ssh/id_rsa`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment