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

refactor: RENOVATE_USER_AGENT

parent d19ac8b6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ async function get(path, options, retries = 5) {
{},
{
accept: appAccept,
'user-agent': 'https://github.com/renovatebot/renovate',
'user-agent':
process.env.RENOVATE_USER_AGENT ||
'https://github.com/renovatebot/renovate',
},
opts.headers
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment