From c077f15831a1c687aa6132eeb0d9b162f35d5179 Mon Sep 17 00:00:00 2001
From: Niels Basjes <niels@basjes.nl>
Date: Sat, 26 Jun 2021 09:02:35 +0200
Subject: [PATCH] fix: Improve the default User-agent string. (#10606)

---
 .../__snapshots__/index.spec.ts.snap          |   12 +-
 .../__snapshots__/index.spec.ts.snap          |    6 +-
 .../gitea/__snapshots__/index.spec.ts.snap    |   26 +-
 .../github/__snapshots__/index.spec.ts.snap   |   26 +-
 .../gitlab/__snapshots__/index.spec.ts.snap   |   26 +-
 .../__snapshots__/index.spec.ts.snap          |   12 +-
 .../cdnjs/__snapshots__/index.spec.ts.snap    |   20 +-
 .../clojure/__snapshots__/index.spec.ts.snap  |  114 +-
 .../crate/__snapshots__/index.spec.ts.snap    |   16 +-
 .../dart/__snapshots__/index.spec.ts.snap     |   14 +-
 .../docker/__snapshots__/index.spec.ts.snap   |  200 +--
 .../__snapshots__/index.spec.ts.snap          |   36 +-
 .../galaxy/__snapshots__/index.spec.ts.snap   |   18 +-
 .../__snapshots__/index.spec.ts.snap          |    4 +-
 .../__snapshots__/index.spec.ts.snap          |   26 +-
 .../__snapshots__/index.spec.ts.snap          |    4 +-
 .../go/__snapshots__/index.spec.ts.snap       |   88 +-
 .../__snapshots__/index.spec.ts.snap          |   12 +-
 .../helm/__snapshots__/index.spec.ts.snap     |   20 +-
 .../hex/__snapshots__/index.spec.ts.snap      |   20 +-
 .../maven/__snapshots__/index.spec.ts.snap    |  208 +--
 .../npm/__snapshots__/get.spec.ts.snap        |   66 +-
 .../npm/__snapshots__/index.spec.ts.snap      |   44 +-
 .../nuget/__snapshots__/index.spec.ts.snap    |  112 +-
 .../orb/__snapshots__/index.spec.ts.snap      |   12 +-
 .../__snapshots__/index.spec.ts.snap          |   46 +-
 .../pod/__snapshots__/index.spec.ts.snap      |   16 +-
 .../pypi/__snapshots__/index.spec.ts.snap     |   40 +-
 .../repology/__snapshots__/index.spec.ts.snap |   50 +-
 .../__snapshots__/index.spec.ts.snap          |    6 +-
 .../rubygems/__snapshots__/index.spec.ts.snap |   24 +-
 .../__snapshots__/index.spec.ts.snap          |   30 +-
 .../__snapshots__/index.spec.ts.snap          |   42 +-
 .../__snapshots__/err-serializer.spec.ts.snap |    6 +-
 .../bazel/__snapshots__/update.spec.ts.snap   |   10 +-
 .../gradle-wrapper/artifacts-real.spec.ts     |    6 +-
 lib/manager/gradle-wrapper/artifacts.spec.ts  |    6 +-
 .../__snapshots__/update.spec.ts.snap         |   28 +-
 .../__snapshots__/index.spec.ts.snap          |    8 +-
 .../__snapshots__/parent-version.spec.ts.snap |   12 +-
 .../lockfile/__snapshots__/hash.spec.ts.snap  |   16 +-
 .../__snapshots__/index.spec.ts.snap          | 1152 ++++++++---------
 .../__snapshots__/comments.spec.ts.snap       |   24 +-
 .../__snapshots__/index.spec.ts.snap          |  200 +--
 .../__snapshots__/utils.spec.ts.snap          |    6 +-
 .../__snapshots__/gitea-helper.spec.ts.snap   |  110 +-
 .../github/__snapshots__/index.spec.ts.snap   |  436 +++----
 .../gitlab/__snapshots__/index.spec.ts.snap   |  336 ++---
 .../bitbucket-server.spec.ts.snap             |    2 +-
 .../http/__snapshots__/bitbucket.spec.ts.snap |    8 +-
 .../http/__snapshots__/gitea.spec.ts.snap     |   18 +-
 .../http/__snapshots__/github.spec.ts.snap    |    8 +-
 .../http/__snapshots__/gitlab.spec.ts.snap    |   16 +-
 lib/util/http/index.ts                        |    9 +-
 .../__snapshots__/gitlab.spec.ts.snap         |   54 +-
 .../__snapshots__/index.spec.ts.snap          |  122 +-
 .../__snapshots__/release-notes.spec.ts.snap  |   92 +-
 57 files changed, 2046 insertions(+), 2035 deletions(-)

diff --git a/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap b/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap
index 763e27ef84..57c29ca8d6 100644
--- a/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap
+++ b/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap
@@ -14,7 +14,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "git.company.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -31,7 +31,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "git.company.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -48,7 +48,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "git.company.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -65,7 +65,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "git.company.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -82,7 +82,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "api.github.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -99,7 +99,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "api.github.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
diff --git a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap
index 8f669d2249..9d52002cd7 100644
--- a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap
+++ b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/some-filename.json",
@@ -20,7 +20,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/some-filename.json",
@@ -34,7 +34,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/some-filename.json",
diff --git a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap
index 0109651a17..deae29bd3b 100644
--- a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap
+++ b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap
@@ -14,7 +14,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/some-filename.json?",
@@ -30,7 +30,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/path%2Fcustom.json?",
@@ -46,7 +46,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/somefile.json?",
@@ -62,7 +62,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/somefile.json?",
@@ -78,7 +78,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/custom.json?",
@@ -94,7 +94,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/default.json?",
@@ -110,7 +110,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/somefile.json?",
@@ -126,7 +126,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/default.json?",
@@ -142,7 +142,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/default.json?",
@@ -158,7 +158,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/default.json?",
@@ -169,7 +169,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/renovate.json?",
@@ -185,7 +185,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.gitea.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitea.example.org/repos/some/repo/contents/default.json?",
@@ -201,7 +201,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "gitea.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.com/api/v1/repos/some/repo/contents/default.json?",
diff --git a/lib/config/presets/github/__snapshots__/index.spec.ts.snap b/lib/config/presets/github/__snapshots__/index.spec.ts.snap
index 61443318e1..cdd613ef77 100644
--- a/lib/config/presets/github/__snapshots__/index.spec.ts.snap
+++ b/lib/config/presets/github/__snapshots__/index.spec.ts.snap
@@ -14,7 +14,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/some-filename.json",
@@ -30,7 +30,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/path/custom.json",
@@ -46,7 +46,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/somefile.json",
@@ -62,7 +62,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/somefile.json",
@@ -78,7 +78,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/custom.json",
@@ -94,7 +94,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/default.json",
@@ -110,7 +110,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/somefile.json",
@@ -126,7 +126,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/default.json",
@@ -142,7 +142,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/default.json",
@@ -158,7 +158,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/default.json",
@@ -169,7 +169,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/renovate.json",
@@ -185,7 +185,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.example.org/repos/some/repo/contents/default.json",
@@ -201,7 +201,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/default.json",
diff --git a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap
index ff22d65cae..9f35719607 100644
--- a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap
+++ b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/path%2Fcustom.json/raw?ref=master",
@@ -32,7 +32,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -42,7 +42,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/default.json/raw?ref=master",
@@ -57,7 +57,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -72,7 +72,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -82,7 +82,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/default.json/raw?ref=master",
@@ -92,7 +92,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -102,7 +102,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/renovate.json/raw?ref=master",
@@ -117,7 +117,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.example.org/api/v4/projects/some%2Frepo/repository/branches",
@@ -127,7 +127,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.example.org/api/v4/projects/some%2Frepo/repository/files/some.json/raw?ref=devel",
@@ -142,7 +142,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/branches",
@@ -152,7 +152,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/some.json/raw?ref=devel",
diff --git a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap
index ab98f09083..8b42f08496 100644
--- a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap
@@ -9,7 +9,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2",
@@ -19,7 +19,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2/commits/master",
@@ -36,7 +36,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2",
@@ -46,7 +46,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2/commits/master",
@@ -83,7 +83,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2/refs/tags",
@@ -100,7 +100,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/dep2/refs/tags/v1.0.0",
diff --git a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap
index eafc2cec56..93432bd317 100644
--- a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap
@@ -20,7 +20,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/bulma?fields=homepage,repository,assets",
@@ -149,7 +149,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/d3-force?fields=homepage,repository,assets",
@@ -164,7 +164,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -179,7 +179,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/doesnotexist?fields=homepage,repository,assets",
@@ -194,7 +194,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -209,7 +209,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -224,7 +224,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -239,7 +239,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -254,7 +254,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
@@ -269,7 +269,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.cdnjs.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.cdnjs.com/libraries/foo?fields=homepage,repository,assets",
diff --git a/lib/datasource/clojure/__snapshots__/index.spec.ts.snap b/lib/datasource/clojure/__snapshots__/index.spec.ts.snap
index 81e923cf1b..1f8904dcf8 100644
--- a/lib/datasource/clojure/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/clojure/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -15,7 +15,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -24,7 +24,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -33,7 +33,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -42,7 +42,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -51,7 +51,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -60,7 +60,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/maven-metadata.xml",
@@ -69,7 +69,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/3.0.0/package-3.0.0.pom",
@@ -78,7 +78,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/3.0.0/package-3.0.0.pom",
@@ -112,7 +112,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "failed_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://failed_repo/org/example/package/maven-metadata.xml",
@@ -121,7 +121,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "unauthorized_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://unauthorized_repo/org/example/package/maven-metadata.xml",
@@ -130,7 +130,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "empty_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://empty_repo/org/example/package/maven-metadata.xml",
@@ -139,7 +139,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "unknown_error",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://unknown_error/org/example/package/maven-metadata.xml",
@@ -148,7 +148,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -157,7 +157,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -166,7 +166,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -175,7 +175,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -184,7 +184,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -193,7 +193,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -207,7 +207,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -216,7 +216,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -225,7 +225,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -234,7 +234,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -243,7 +243,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -252,7 +252,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -261,7 +261,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -270,7 +270,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -279,7 +279,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -288,7 +288,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -297,7 +297,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -306,7 +306,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -333,7 +333,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -342,7 +342,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -351,7 +351,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -360,7 +360,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -369,7 +369,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -378,7 +378,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -412,7 +412,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/maven-metadata.xml",
@@ -421,7 +421,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.0/package-1.0.0.pom",
@@ -430,7 +430,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.1/package-1.0.1.pom",
@@ -439,7 +439,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.2/package-1.0.2.pom",
@@ -448,7 +448,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/2.0.0/package-2.0.0.pom",
@@ -457,7 +457,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/2.0.0/package-2.0.0.pom",
@@ -491,7 +491,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "invalid_metadata_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://invalid_metadata_repo/org/example/package/maven-metadata.xml",
@@ -500,7 +500,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -509,7 +509,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -518,7 +518,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -527,7 +527,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -536,7 +536,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -545,7 +545,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -579,7 +579,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "invalid_metadata_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://invalid_metadata_repo/org/example/package/maven-metadata.xml",
@@ -588,7 +588,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/maven-metadata.xml",
@@ -597,7 +597,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.0/package-1.0.0.pom",
@@ -606,7 +606,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.1/package-1.0.1.pom",
@@ -615,7 +615,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/1.0.2/package-1.0.2.pom",
@@ -624,7 +624,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
@@ -633,7 +633,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "clojars.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://clojars.org/repo/org/example/package/2.0.0/package-2.0.0.pom",
diff --git a/lib/datasource/crate/__snapshots__/index.spec.ts.snap b/lib/datasource/crate/__snapshots__/index.spec.ts.snap
index 6e8b60c699..b50beebe33 100644
--- a/lib/datasource/crate/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/crate/__snapshots__/index.spec.ts.snap
@@ -103,7 +103,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/am/et/amethyst",
@@ -323,7 +323,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/li/bc/libc",
@@ -339,7 +339,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/so/me/some_crate",
@@ -353,7 +353,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/no/n_/non_existent_crate",
@@ -367,7 +367,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/no/n_/non_existent_crate",
@@ -381,7 +381,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/no/n_/non_existent_crate",
@@ -395,7 +395,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/so/me/some_crate",
@@ -411,7 +411,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "raw.githubusercontent.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://raw.githubusercontent.com/rust-lang/crates.io-index/master/so/me/some_crate",
diff --git a/lib/datasource/dart/__snapshots__/index.spec.ts.snap b/lib/datasource/dart/__snapshots__/index.spec.ts.snap
index 585cb9468c..0bac5de1b0 100644
--- a/lib/datasource/dart/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/dart/__snapshots__/index.spec.ts.snap
@@ -192,7 +192,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
@@ -207,7 +207,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
@@ -222,7 +222,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
@@ -232,7 +232,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
@@ -247,7 +247,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/non_sense",
@@ -262,7 +262,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
@@ -279,7 +279,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pub.dartlang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pub.dartlang.org/api/packages/shared_preferences",
diff --git a/lib/datasource/docker/__snapshots__/index.spec.ts.snap b/lib/datasource/docker/__snapshots__/index.spec.ts.snap
index 21c6a14bd9..461f44c192 100644
--- a/lib/datasource/docker/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/docker/__snapshots__/index.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -16,7 +16,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -30,7 +30,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -39,7 +39,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -54,7 +54,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -65,7 +65,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-new-value",
@@ -80,7 +80,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -91,7 +91,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "auth.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/some-dep:pull",
@@ -102,7 +102,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-new-value",
@@ -117,7 +117,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -127,7 +127,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic abcdef",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -138,7 +138,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic abcdef",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/node/manifests/some-tag",
@@ -152,7 +152,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -162,7 +162,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "auth.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/some-dep:pull",
@@ -173,7 +173,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/latest",
@@ -188,7 +188,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -198,7 +198,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -213,7 +213,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -224,7 +224,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-new-value",
@@ -239,7 +239,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -250,7 +250,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-new-value",
@@ -265,7 +265,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -276,7 +276,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-new-value",
@@ -291,7 +291,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -301,7 +301,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic abcdef",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -312,7 +312,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic abcdef",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/node/manifests/some-tag",
@@ -327,7 +327,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -337,7 +337,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -348,7 +348,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-dep/manifests/some-tag",
@@ -363,7 +363,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://index.docker.io/v2/",
@@ -374,7 +374,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://index.docker.io/v2/library/some-dep/manifests/latest",
@@ -389,7 +389,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -400,7 +400,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "auth.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/some-other-dep:pull",
@@ -411,7 +411,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/some-other-dep/manifests/8.0.0-alpine",
@@ -426,7 +426,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -437,7 +437,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "auth.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/node:pull",
@@ -448,7 +448,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token ",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/node/tags/list?n=10000",
@@ -457,7 +457,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -467,7 +467,7 @@ Array [
       "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/node/manifests/1.0.0",
@@ -482,7 +482,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -493,7 +493,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "auth.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/node:pull",
@@ -504,7 +504,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token ",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/node/tags/list?n=10000",
@@ -513,7 +513,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -523,7 +523,7 @@ Array [
       "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/node/manifests/1.0.0",
@@ -538,7 +538,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "k8s.gcr.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://k8s.gcr.io/v2/",
@@ -549,7 +549,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "k8s.gcr.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://k8s.gcr.io/v2/token?service=k8s.gcr.io&scope=repository:kubernetes-dashboard-amd64:pull",
@@ -560,7 +560,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token ",
       "host": "k8s.gcr.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://k8s.gcr.io/v2/kubernetes-dashboard-amd64/tags/list?n=10000",
@@ -569,7 +569,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "k8s.gcr.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://k8s.gcr.io/v2/",
@@ -579,7 +579,7 @@ Array [
       "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "k8s.gcr.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://k8s.gcr.io/v2/kubernetes-dashboard-amd64/manifests/1.0.0",
@@ -601,7 +601,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -612,7 +612,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -622,7 +622,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -633,7 +633,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/latest",
@@ -655,7 +655,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -666,7 +666,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -676,7 +676,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -687,7 +687,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/latest",
@@ -701,7 +701,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -710,7 +710,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -725,7 +725,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -736,7 +736,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/library/node/tags/list?n=10000",
@@ -751,7 +751,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/",
@@ -762,7 +762,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "index.docker.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://index.docker.io/v2/my/node/tags/list?n=10000",
@@ -804,7 +804,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -815,7 +815,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -825,7 +825,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -836,7 +836,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/2-alpine",
@@ -846,7 +846,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -856,7 +856,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/blobs/some-config-digest",
@@ -879,7 +879,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -890,7 +890,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -900,7 +900,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -911,7 +911,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/abc",
@@ -921,7 +921,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -932,7 +932,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/some-image-digest",
@@ -942,7 +942,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -952,7 +952,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/blobs/some-config-digest",
@@ -974,7 +974,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -985,7 +985,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -995,7 +995,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1006,7 +1006,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/latest",
@@ -1016,7 +1016,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1026,7 +1026,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/blobs/some-config-digest",
@@ -1035,7 +1035,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "abc.s3.amazon.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://abc.s3.amazon.com/some-config-digest?X-Amz-Algorithm=xxxx",
@@ -1050,7 +1050,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1061,7 +1061,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -1071,7 +1071,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1082,7 +1082,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/1.0.0",
@@ -1097,7 +1097,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1108,7 +1108,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/tags/list?n=10000",
@@ -1119,7 +1119,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/9287/repos?page=3&per_page=100",
@@ -1129,7 +1129,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/",
@@ -1140,7 +1140,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v2/node/manifests/latest",
@@ -1155,7 +1155,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -1166,7 +1166,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/node/tags/list?n=1000",
@@ -1176,7 +1176,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/",
@@ -1187,7 +1187,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "123456789.dkr.ecr.us-east-1.amazonaws.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://123456789.dkr.ecr.us-east-1.amazonaws.com/v2/node/manifests/undefined",
@@ -1203,7 +1203,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "quay.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://quay.io/api/v1/repository/bitnami/redis/tag/?limit=100&page=1&onlyActiveTags=true",
@@ -1213,7 +1213,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "quay.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://quay.io/v2/",
@@ -1224,7 +1224,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "quay.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://quay.io/v2/bitnami/redis/manifests/5.0.12",
diff --git a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap
index 79bc53194c..ad235882de 100644
--- a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap
@@ -46,7 +46,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/",
@@ -56,7 +56,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/",
@@ -66,7 +66,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/1.2.1/",
@@ -76,7 +76,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/1.2.0/",
@@ -86,7 +86,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/0.11.1/",
@@ -101,7 +101,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/foo/bar/",
@@ -120,7 +120,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/",
@@ -135,7 +135,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/",
@@ -145,7 +145,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/",
@@ -160,7 +160,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/foo/bar/",
@@ -197,7 +197,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/",
@@ -207,7 +207,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/",
@@ -217,7 +217,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/1.2.1/",
@@ -227,7 +227,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/1.2.0/",
@@ -237,7 +237,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/0.11.1/",
@@ -252,7 +252,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/",
@@ -262,7 +262,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/community/kubernetes/versions/",
@@ -277,7 +277,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v2/collections/foo/bar/",
diff --git a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap
index 2801cfba09..0074ad3c03 100644
--- a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap
@@ -29,7 +29,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=yatesr&name=timezone",
@@ -44,7 +44,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=foo&name=bar",
@@ -59,7 +59,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=some_crate&name=undefined",
@@ -74,7 +74,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=non_existent_crate&name=undefined",
@@ -89,7 +89,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=non_existent_crate&name=undefined",
@@ -104,7 +104,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=non_existent_crate&name=undefined",
@@ -119,7 +119,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=some_crate&name=undefined",
@@ -136,7 +136,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=some_crate&name=undefined",
@@ -151,7 +151,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "galaxy.ansible.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://galaxy.ansible.com/api/v1/roles/?owner__username=foo&name=bar",
diff --git a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap
index ac905b745e..a852084523 100644
--- a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap
@@ -33,7 +33,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/releases?per_page=100",
@@ -87,7 +87,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/some/dep/releases?per_page=100",
diff --git a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap
index 314c8ea2de..56728a6d89 100644
--- a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/git/refs/tags/v1.2.0",
@@ -24,7 +24,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/commits?per_page=1",
@@ -40,7 +40,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/git/refs/tags/v1.2.0",
@@ -56,7 +56,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/commits?per_page=1",
@@ -72,7 +72,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/git/refs/tags/v1.2.0",
@@ -83,7 +83,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/some-url",
@@ -99,7 +99,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/some/dep/commits?per_page=1",
@@ -110,7 +110,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/some/dep/git/refs/tags/v1.2.0",
@@ -126,7 +126,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep/git/refs/tags/v1.2.0",
@@ -162,7 +162,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep2/tags?per_page=100",
@@ -173,7 +173,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/dep2/releases?per_page=100",
@@ -205,7 +205,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/some/dep2/tags?per_page=100",
@@ -216,7 +216,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token some-token",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/some/dep2/releases?per_page=100",
diff --git a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap
index 0ed338df6b..4ab77e4ae0 100644
--- a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap
@@ -29,7 +29,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.company.com/api/v4/projects/some%2Fdep2/repository/tags?per_page=100",
@@ -61,7 +61,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Fdep2/repository/tags?per_page=100",
diff --git a/lib/datasource/go/__snapshots__/index.spec.ts.snap b/lib/datasource/go/__snapshots__/index.spec.ts.snap
index c14477a9b0..9d40fee4c3 100644
--- a/lib/datasource/go/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/go/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/golang/text?go-get=1",
@@ -20,7 +20,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/x/text?go-get=1",
@@ -30,7 +30,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/golang/text/commits?per_page=1",
@@ -44,7 +44,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/y/text?go-get=1",
@@ -58,7 +58,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/y/text?go-get=1",
@@ -75,7 +75,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/golang/text",
@@ -85,7 +85,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/golang/text/commits/master",
@@ -115,7 +115,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "fyne.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://fyne.io/fyne?go-get=1",
@@ -125,7 +125,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/fyne-io/fyne/tags?per_page=100",
@@ -135,7 +135,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/fyne-io/fyne/releases?per_page=100",
@@ -165,7 +165,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/x/text?go-get=1",
@@ -175,7 +175,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/golang/text/tags?per_page=100",
@@ -185,7 +185,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/golang/text/releases?per_page=100",
@@ -200,7 +200,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -210,7 +210,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -225,7 +225,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -235,7 +235,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -249,7 +249,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/foo/something?go-get=1",
@@ -263,7 +263,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/foo/something?go-get=1",
@@ -277,7 +277,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/example/module?go-get=1",
@@ -291,7 +291,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/foo/something?go-get=1",
@@ -305,7 +305,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/x/text?go-get=1",
@@ -319,7 +319,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/x/sys?go-get=1",
@@ -350,7 +350,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/golang/text/refs/tags",
@@ -380,7 +380,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/example/module?go-get=1",
@@ -390,7 +390,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/example/module/tags?per_page=100",
@@ -400,7 +400,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "git.enterprise.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://git.enterprise.com/api/v3/repos/example/module/releases?per_page=100",
@@ -430,7 +430,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "golang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://golang.org/x/text?go-get=1",
@@ -440,7 +440,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/golang%2Ftext/repository/tags?per_page=100",
@@ -471,7 +471,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "my.custom.domain",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my.custom.domain/golang/myrepo?go-get=1",
@@ -482,7 +482,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "my.custom.domain",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my.custom.domain/api/v4/projects/golang%2Fmyrepo/repository/tags?per_page=100",
@@ -498,7 +498,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "some.unknown.website",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://some.unknown.website/example/module?go-get=1",
@@ -513,7 +513,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -523,7 +523,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -533,7 +533,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -543,7 +543,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -553,7 +553,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/go-x/x/tags?per_page=100",
@@ -563,7 +563,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/go-x/x/releases?per_page=100",
@@ -578,7 +578,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -588,7 +588,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -603,7 +603,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -613,7 +613,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
@@ -628,7 +628,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/tags?per_page=100",
@@ -638,7 +638,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/x/text/releases?per_page=100",
diff --git a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap
index c6e61704bf..d5fb34a0e3 100644
--- a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap
@@ -1525,7 +1525,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "foo.bar",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://foo.bar/",
@@ -1535,7 +1535,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "baz.qux",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://baz.qux/",
@@ -1550,7 +1550,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "services.gradle.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://services.gradle.org/versions/all",
@@ -1565,7 +1565,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "services.gradle.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://services.gradle.org/versions/all",
@@ -1575,7 +1575,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "baz.qux",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://baz.qux/",
@@ -2801,7 +2801,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "services.gradle.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://services.gradle.org/versions/all",
diff --git a/lib/datasource/helm/__snapshots__/index.spec.ts.snap b/lib/datasource/helm/__snapshots__/index.spec.ts.snap
index 71fb5c03c6..9c3f47752b 100644
--- a/lib/datasource/helm/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/helm/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/subdir/index.yaml",
@@ -138,7 +138,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -152,7 +152,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -166,7 +166,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -180,7 +180,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -194,7 +194,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -208,7 +208,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -222,7 +222,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -236,7 +236,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
@@ -252,7 +252,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example-repository.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example-repository.com/index.yaml",
diff --git a/lib/datasource/hex/__snapshots__/index.spec.ts.snap b/lib/datasource/hex/__snapshots__/index.spec.ts.snap
index 34fab1f645..003b37ff02 100644
--- a/lib/datasource/hex/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/hex/__snapshots__/index.spec.ts.snap
@@ -96,7 +96,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/certifi",
@@ -200,7 +200,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/certifi",
@@ -215,7 +215,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/some_package",
@@ -230,7 +230,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/some_package",
@@ -245,7 +245,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/non_existent_package",
@@ -260,7 +260,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/non_existent_package",
@@ -275,7 +275,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/some_package",
@@ -291,7 +291,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer this_simple_token",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/certifi",
@@ -306,7 +306,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/some_crate",
@@ -321,7 +321,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "hex.pm",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://hex.pm/api/packages/some_crate",
diff --git a/lib/datasource/maven/__snapshots__/index.spec.ts.snap b/lib/datasource/maven/__snapshots__/index.spec.ts.snap
index f401e28a77..0ba1e11711 100644
--- a/lib/datasource/maven/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/maven/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -15,7 +15,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -24,7 +24,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -33,7 +33,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -42,7 +42,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -51,7 +51,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -61,7 +61,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/maven-metadata.xml",
@@ -71,7 +71,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/3.0.0/package-3.0.0.pom",
@@ -81,7 +81,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/3.0.0/package-3.0.0.pom",
@@ -115,7 +115,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "failed_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://failed_repo/org/example/package/maven-metadata.xml",
@@ -124,7 +124,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "unauthorized_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://unauthorized_repo/org/example/package/maven-metadata.xml",
@@ -133,7 +133,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "empty_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://empty_repo/org/example/package/maven-metadata.xml",
@@ -142,7 +142,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "unknown_error",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://unknown_error/org/example/package/maven-metadata.xml",
@@ -151,7 +151,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -160,7 +160,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -169,7 +169,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -178,7 +178,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -187,7 +187,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -196,7 +196,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -210,7 +210,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -219,7 +219,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -228,7 +228,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -242,7 +242,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -251,7 +251,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -260,7 +260,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -274,7 +274,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -283,7 +283,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -292,7 +292,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -306,7 +306,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/child/maven-metadata.xml",
@@ -315,7 +315,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/child/2.0.0/child-2.0.0.pom",
@@ -324,7 +324,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/child/2.0.0/child-2.0.0.pom",
@@ -333,7 +333,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/2.0.0/parent-2.0.0.pom",
@@ -342,7 +342,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/child/2.0.0/child-2.0.0.pom",
@@ -351,7 +351,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/2.0.0/parent-2.0.0.pom",
@@ -360,7 +360,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/child/2.0.0/child-2.0.0.pom",
@@ -369,7 +369,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/2.0.0/parent-2.0.0.pom",
@@ -383,7 +383,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -392,7 +392,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -401,7 +401,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -415,7 +415,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -424,7 +424,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -433,7 +433,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -447,7 +447,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -456,7 +456,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -465,7 +465,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -474,7 +474,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/1.0.0/parent-1.0.0.pom",
@@ -488,7 +488,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -497,7 +497,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -506,7 +506,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -515,7 +515,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/1.0.0/parent-1.0.0.pom",
@@ -529,7 +529,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -538,7 +538,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -547,7 +547,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -556,7 +556,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/parent/1.0.0/parent-1.0.0.pom",
@@ -570,7 +570,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -579,7 +579,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -588,7 +588,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -597,7 +597,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -606,7 +606,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -615,7 +615,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -624,7 +624,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -633,7 +633,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -642,7 +642,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -651,7 +651,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -660,7 +660,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -669,7 +669,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -696,7 +696,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -705,7 +705,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -714,7 +714,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -723,7 +723,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -732,7 +732,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -741,7 +741,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -780,7 +780,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
       "host": "frontend_for_private_s3_repository",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://frontend_for_private_s3_repository/maven2/org/example/package/maven-metadata.xml",
@@ -789,7 +789,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "private_s3_repository",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://private_s3_repository/maven2/org/example/package/maven-metadata.xml?X-Amz-Algorithm=AWS4-HMAC-SHA256",
@@ -799,7 +799,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
       "host": "frontend_for_private_s3_repository",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://frontend_for_private_s3_repository/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -808,7 +808,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "private_s3_repository",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://private_s3_repository/maven2/org/example/package/2.0.0/package-2.0.0.pom?X-Amz-Algorithm=AWS4-HMAC-SHA256",
@@ -822,7 +822,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -856,7 +856,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -865,7 +865,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -874,7 +874,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -883,7 +883,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -892,7 +892,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -901,7 +901,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -936,7 +936,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/maven-metadata.xml",
@@ -946,7 +946,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.0/package-1.0.0.pom",
@@ -956,7 +956,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.1/package-1.0.1.pom",
@@ -966,7 +966,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/1.0.2/package-1.0.2.pom",
@@ -976,7 +976,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://custom.registry.renovatebot.com/org/example/package/2.0.0/package-2.0.0.pom",
@@ -986,7 +986,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "custom.registry.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.registry.renovatebot.com/org/example/package/2.0.0/package-2.0.0.pom",
@@ -1020,7 +1020,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "invalid_metadata_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://invalid_metadata_repo/org/example/package/maven-metadata.xml",
@@ -1029,7 +1029,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -1038,7 +1038,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -1047,7 +1047,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -1056,7 +1056,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -1065,7 +1065,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -1074,7 +1074,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -1108,7 +1108,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "invalid_metadata_repo",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://invalid_metadata_repo/org/example/package/maven-metadata.xml",
@@ -1117,7 +1117,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
@@ -1126,7 +1126,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.0/package-1.0.0.pom",
@@ -1135,7 +1135,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.1/package-1.0.1.pom",
@@ -1144,7 +1144,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/1.0.2/package-1.0.2.pom",
@@ -1153,7 +1153,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "HEAD",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -1162,7 +1162,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/2.0.0/package-2.0.0.pom",
@@ -1176,7 +1176,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "repo.maven.apache.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repo.maven.apache.org/maven2/org/example/package/maven-metadata.xml",
diff --git a/lib/datasource/npm/__snapshots__/get.spec.ts.snap b/lib/datasource/npm/__snapshots__/get.spec.ts.snap
index febfdcf557..45e16c31cc 100644
--- a/lib/datasource/npm/__snapshots__/get.spec.ts.snap
+++ b/lib/datasource/npm/__snapshots__/get.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/none",
@@ -19,7 +19,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -30,7 +30,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest2",
@@ -41,7 +41,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/error-401",
@@ -52,7 +52,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/error-402",
@@ -63,7 +63,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/error-404",
@@ -74,7 +74,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/error4",
@@ -84,7 +84,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/npm-parse-error",
@@ -94,7 +94,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/npm-error-402",
@@ -111,7 +111,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -128,7 +128,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -145,7 +145,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -163,7 +163,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -180,7 +180,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -197,7 +197,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -214,7 +214,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -231,7 +231,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -248,7 +248,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -265,7 +265,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -282,7 +282,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -299,7 +299,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -316,7 +316,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -333,7 +333,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -350,7 +350,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -367,7 +367,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/sub/@myco%2Ftest",
@@ -383,7 +383,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -399,7 +399,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -415,7 +415,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -430,7 +430,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -445,7 +445,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -461,7 +461,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic dGVzdDp0ZXN0",
       "host": "test.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://test.org/@myco%2Ftest",
@@ -477,7 +477,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic XXX",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/renovate",
@@ -493,7 +493,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer XXX",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/renovate",
diff --git a/lib/datasource/npm/__snapshots__/index.spec.ts.snap b/lib/datasource/npm/__snapshots__/index.spec.ts.snap
index 847462a985..8ec2aebd01 100644
--- a/lib/datasource/npm/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/npm/__snapshots__/index.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -45,7 +45,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "npm.mycustomregistry.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://npm.mycustomregistry.com/foobar",
@@ -83,7 +83,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -121,7 +121,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -158,7 +158,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -196,7 +196,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -229,7 +229,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -262,7 +262,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -300,7 +300,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.from-env.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.from-env.com/foobar",
@@ -352,7 +352,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -367,7 +367,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -382,7 +382,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -397,7 +397,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -436,7 +436,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic 1234",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/@foobar%2Fcore",
@@ -451,7 +451,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -466,7 +466,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -481,7 +481,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -496,7 +496,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -511,7 +511,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -549,7 +549,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/foobar",
@@ -588,7 +588,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abcde",
       "host": "npm.mycustomregistry.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://npm.mycustomregistry.com/_packaging/mycustomregistry/npm/registry/foobar",
@@ -627,7 +627,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abcde",
       "host": "npm.mycustomregistry.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://npm.mycustomregistry.com/foobar",
diff --git a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap
index 3c30de410a..8e5f4830f0 100644
--- a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -32,7 +32,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -42,7 +42,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -57,7 +57,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "my-registry",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my-registry/",
@@ -85,7 +85,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -94,7 +94,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "example.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://example.org/",
@@ -297,7 +297,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -503,7 +503,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -513,7 +513,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -523,7 +523,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -532,7 +532,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -737,7 +737,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "myprivatefeed",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://myprivatefeed/index.json",
@@ -747,7 +747,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -757,7 +757,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "myprivatefeed",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://myprivatefeed/index.json",
@@ -766,7 +766,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -1503,7 +1503,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -1513,7 +1513,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nlog/index.json",
@@ -1523,7 +1523,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nlog/page/1.0.0.505/4.4.0-beta5.json",
@@ -1533,7 +1533,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nlog/page/4.4.0-beta6/4.6.0-rc2.json",
@@ -1543,7 +1543,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nlog/page/4.6.0-rc3/5.0.0-beta11.json",
@@ -1553,7 +1553,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -1562,7 +1562,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nlog/4.7.3/nlog.nuspec",
@@ -1766,7 +1766,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -1776,7 +1776,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -1786,7 +1786,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -1795,7 +1795,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -1999,7 +1999,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2009,7 +2009,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -2019,7 +2019,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2028,7 +2028,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -2042,7 +2042,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2068,7 +2068,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2219,7 +2219,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2469,7 +2469,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2479,7 +2479,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -2489,7 +2489,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2498,7 +2498,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -2508,7 +2508,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "myprivatefeed",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://myprivatefeed/index.json",
@@ -2518,7 +2518,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -2528,7 +2528,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "myprivatefeed",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://myprivatefeed/index.json",
@@ -2537,7 +2537,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3-flatcontainer/nunit/3.12.0/nunit.nuspec",
@@ -2551,7 +2551,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2566,7 +2566,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2581,7 +2581,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2590,7 +2590,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2604,7 +2604,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2619,7 +2619,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2634,7 +2634,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2643,7 +2643,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2657,7 +2657,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2672,7 +2672,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2681,7 +2681,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.nuget.org/api/v2/FindPackagesById()?id=%27nunit%27&$select=Version,IsLatestVersion,ProjectUrl,Published",
@@ -2696,7 +2696,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
@@ -2706,7 +2706,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/registration5-gz-semver2/nunit/index.json",
@@ -2721,7 +2721,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.nuget.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.nuget.org/v3/index.json",
diff --git a/lib/datasource/orb/__snapshots__/index.spec.ts.snap b/lib/datasource/orb/__snapshots__/index.spec.ts.snap
index 0570ff7531..94580e88f1 100644
--- a/lib/datasource/orb/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/orb/__snapshots__/index.spec.ts.snap
@@ -73,7 +73,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
@@ -154,7 +154,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
@@ -186,7 +186,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
@@ -218,7 +218,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
@@ -250,7 +250,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
@@ -282,7 +282,7 @@ Array [
       "content-length": "128",
       "content-type": "application/json",
       "host": "circleci.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://circleci.com/graphql-unstable",
diff --git a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap
index f2f7b7b638..87a2107f70 100644
--- a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap
@@ -91,7 +91,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/drewm/mailchimp-api.json",
@@ -106,7 +106,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -116,7 +116,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/vendor/package-name.json",
@@ -131,7 +131,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -141,7 +141,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/drewm/mailchip-api.json",
@@ -156,7 +156,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -166,7 +166,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/p/providers-2018-09$14346045d7a7261cb3a12a6b7a1a7c4151982530347b115e5e277d879cad1942.json",
@@ -176,7 +176,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/some/other.json",
@@ -191,7 +191,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -201,7 +201,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/some/other.json",
@@ -216,7 +216,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -226,7 +226,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/vendor/package-name2.json",
@@ -325,7 +325,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "packagist.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://packagist.org/p/drewm/mailchimp-api.json",
@@ -486,7 +486,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -497,7 +497,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/include/all$afbf74d51f31c7cbb5ff10304f9290bfb4f4e68b.json",
@@ -528,7 +528,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/composer/lazy/packages.json",
@@ -538,7 +538,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/composer/lazy/p/guzzlehttp/guzzle.json",
@@ -573,7 +573,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -618,7 +618,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -628,7 +628,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/p/providers-2018-09$14346045d7a7261cb3a12a6b7a1a7c4151982530347b115e5e277d879cad1942.json",
@@ -638,7 +638,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/p/wpackagist-plugin/1beyt$b574a802b5bf20a58c0f027e73aea2a75d23a6f654afc298a8dc467331be316a.json",
@@ -683,7 +683,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/packages.json",
@@ -693,7 +693,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "composer.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://composer.renovatebot.com/p/wpackagist-plugin/1beyt$b574a802b5bf20a58c0f027e73aea2a75d23a6f654afc298a8dc467331be316a.json",
diff --git a/lib/datasource/pod/__snapshots__/index.spec.ts.snap b/lib/datasource/pod/__snapshots__/index.spec.ts.snap
index f4d092d4d1..7ce8a3c189 100644
--- a/lib/datasource/pod/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/pod/__snapshots__/index.spec.ts.snap
@@ -6,7 +6,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "cdn.cocoapods.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://cdn.cocoapods.org/all_pods_versions_a_c_b.txt",
@@ -21,7 +21,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/Artsy/Specs/contents/Specs/foo",
@@ -31,7 +31,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/Artsy/Specs/contents/Specs/a/c/b/foo",
@@ -45,7 +45,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "cdn.cocoapods.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://cdn.cocoapods.org/all_pods_versions_a_c_b.txt",
@@ -60,7 +60,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/foo/bar/contents/Specs/foo",
@@ -70,7 +70,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/foo/bar/contents/Specs/a/c/b/foo",
@@ -84,7 +84,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "cdn.cocoapods.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://cdn.cocoapods.org/all_pods_versions_a_c_b.txt",
@@ -98,7 +98,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "cdn.cocoapods.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://cdn.cocoapods.org/all_pods_versions_a_c_b.txt",
diff --git a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap
index 77aaee8743..623cd7804a 100644
--- a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap
@@ -49,7 +49,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.pypi.net",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.pypi.net/foo/dj-database-url/json",
@@ -58,7 +58,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.pypi.net",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.pypi.net/foo/dj-database-url/",
@@ -73,7 +73,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/flexget/json",
@@ -113,7 +113,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/simple/dj-database-url/",
@@ -169,7 +169,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "some.registry.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://some.registry.org/+simple/dj-database-url/",
@@ -225,7 +225,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/simple/dj-database-url/",
@@ -250,7 +250,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/simple/image-collector/",
@@ -363,7 +363,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/azure-cli-monitor/json",
@@ -398,7 +398,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/doit/json",
@@ -415,7 +415,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/something/json",
@@ -430,7 +430,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/something/json",
@@ -439,7 +439,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/something/",
@@ -453,7 +453,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/simple/dj-database-url/",
@@ -467,7 +467,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/simple/dj-database-url/",
@@ -482,7 +482,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/something/json",
@@ -497,7 +497,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "pypi.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://pypi.org/pypi/something/json",
@@ -512,7 +512,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.pypi.net",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.pypi.net/foo/azure-cli-monitor/json",
@@ -527,7 +527,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "custom.pypi.net",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://custom.pypi.net/foo/azure-cli-monitor/json",
@@ -537,7 +537,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "second-index",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://second-index/foo/azure-cli-monitor/json",
@@ -547,7 +547,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "third-index",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://third-index/foo/azure-cli-monitor/json",
diff --git a/lib/datasource/repology/__snapshots__/index.spec.ts.snap b/lib/datasource/repology/__snapshots__/index.spec.ts.snap
index 827c08d411..a21d22412b 100644
--- a/lib/datasource/repology/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/repology/__snapshots__/index.spec.ts.snap
@@ -18,7 +18,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=gcc-defaults",
@@ -28,7 +28,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/api/v1/project/gcc-defaults",
@@ -54,7 +54,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -80,7 +80,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=pulseaudio-utils",
@@ -106,7 +106,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=alpine_3_12&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=gcc",
@@ -132,7 +132,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=gcc-defaults",
@@ -142,7 +142,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=gcc-defaults",
@@ -183,7 +183,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=centos_8&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=java-11-openjdk",
@@ -193,7 +193,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=centos_8&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=java-11-openjdk",
@@ -208,7 +208,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -218,7 +218,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -233,7 +233,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=this_should&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=never-exist",
@@ -243,7 +243,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=this_should&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=never-exist",
@@ -258,7 +258,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=dummy&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=example",
@@ -268,7 +268,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=dummy&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=example",
@@ -283,7 +283,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -293,7 +293,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -303,7 +303,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/api/v1/project/nginx",
@@ -318,7 +318,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -333,7 +333,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -343,7 +343,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -353,7 +353,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/api/v1/project/nginx",
@@ -368,7 +368,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -383,7 +383,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=binname&target_page=api_v1_project&noautoresolve=on&name=nginx",
@@ -393,7 +393,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "repology.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://repology.org/tools/project-by?repo=debian_stable&name_type=srcname&target_page=api_v1_project&noautoresolve=on&name=nginx",
diff --git a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap
index fca4d1a87f..2366361380 100644
--- a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap
@@ -681,7 +681,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.ruby-lang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.ruby-lang.org/en/downloads/releases/",
@@ -695,7 +695,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.ruby-lang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.ruby-lang.org/en/downloads/releases/",
@@ -709,7 +709,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "www.ruby-lang.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://www.ruby-lang.org/en/downloads/releases/",
diff --git a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap
index 9a62231815..e947f8bc27 100644
--- a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap
@@ -21,7 +21,7 @@ Array [
       "accept-encoding": "identity",
       "host": "rubygems.org",
       "range": "bytes=0-",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://rubygems.org/versions",
@@ -37,7 +37,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "thirdparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://thirdparty.com/api/v1/gems/rails.json",
@@ -48,7 +48,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "firstparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://firstparty.com/basepath/api/v1/gems/rails.json",
@@ -63,7 +63,7 @@ Array [
       "accept-encoding": "identity",
       "host": "rubygems.org",
       "range": "bytes=0-",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://rubygems.org/versions",
@@ -79,7 +79,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "thirdparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://thirdparty.com/api/v1/gems/rails.json",
@@ -90,7 +90,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "firstparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://firstparty.com/basepath/api/v1/gems/rails.json",
@@ -2489,7 +2489,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "thirdparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://thirdparty.com/api/v1/gems/rails.json",
@@ -2500,7 +2500,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "firstparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://firstparty.com/basepath/api/v1/gems/rails.json",
@@ -2511,7 +2511,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "firstparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://firstparty.com/basepath/api/v1/versions/rails.json",
@@ -2540,7 +2540,7 @@ Array [
       "accept-encoding": "identity",
       "host": "rubygems.org",
       "range": "bytes=0-",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://rubygems.org/versions",
@@ -4939,7 +4939,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "thirdparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://thirdparty.com/api/v1/gems/rails.json",
@@ -4950,7 +4950,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "host": "thirdparty.com",
       "hosttype": "rubygems",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://thirdparty.com/api/v1/versions/rails.json",
diff --git a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap
index c854d6aa98..fa4f6a900e 100644
--- a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap
@@ -87,7 +87,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -97,7 +97,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/modules/hashicorp/consul/aws",
@@ -112,7 +112,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "terraform.foo.bar",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://terraform.foo.bar/.well-known/terraform.json",
@@ -122,7 +122,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "terraform.foo.bar",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://terraform.foo.bar/api/registry/v1/modules/hashicorp/consul/aws",
@@ -296,7 +296,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -306,7 +306,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/modules/hashicorp/consul/aws",
@@ -321,7 +321,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "terraform.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://terraform.company.com/.well-known/terraform.json",
@@ -331,7 +331,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "terraform.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://terraform.company.com/v1/modules/consul/foo",
@@ -346,7 +346,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "terraform.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://terraform.company.com/.well-known/terraform.json",
@@ -361,7 +361,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -371,7 +371,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/modules/hashicorp/consul/aws",
@@ -386,7 +386,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -396,7 +396,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/modules/hashicorp/consul/aws",
@@ -411,7 +411,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -421,7 +421,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/modules/hashicorp/consul/aws",
diff --git a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap
index 1790d5fed3..77ce27defe 100644
--- a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap
+++ b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap
@@ -25,7 +25,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -35,7 +35,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/google-beta",
@@ -45,7 +45,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
@@ -77,7 +77,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -87,7 +87,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/azurerm",
@@ -119,7 +119,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/.well-known/terraform.json",
@@ -129,7 +129,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.company.com/v1/providers/hashicorp/azurerm",
@@ -144,7 +144,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -154,7 +154,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/azurerm",
@@ -164,7 +164,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
@@ -179,7 +179,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -189,7 +189,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/azurerm",
@@ -199,7 +199,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
@@ -214,7 +214,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -224,7 +224,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
@@ -239,7 +239,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -249,7 +249,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/azurerm",
@@ -259,7 +259,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
@@ -276,7 +276,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/.well-known/terraform.json",
@@ -286,7 +286,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.terraform.io",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.terraform.io/v1/providers/hashicorp/datadog",
@@ -296,7 +296,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/index.json",
diff --git a/lib/logger/__snapshots__/err-serializer.spec.ts.snap b/lib/logger/__snapshots__/err-serializer.spec.ts.snap
index 7298c8ddc8..d23c5513d6 100644
--- a/lib/logger/__snapshots__/err-serializer.spec.ts.snap
+++ b/lib/logger/__snapshots__/err-serializer.spec.ts.snap
@@ -25,7 +25,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic OnRva2Vu",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://:token@github.com/api",
@@ -41,7 +41,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic OnRva2Vu",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://:token@github.com/api",
@@ -58,7 +58,7 @@ Object {
     "headers": Object {
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "http2": false,
     "method": "POST",
diff --git a/lib/manager/bazel/__snapshots__/update.spec.ts.snap b/lib/manager/bazel/__snapshots__/update.spec.ts.snap
index 8d37dbc1d8..e79ef28d7f 100644
--- a/lib/manager/bazel/__snapshots__/update.spec.ts.snap
+++ b/lib/manager/bazel/__snapshots__/update.spec.ts.snap
@@ -137,7 +137,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/GoogleContainerTools/distroless/archive/033387ac8853e6cc1cd47df6c346bc53cbc490d8.tar.gz",
@@ -163,7 +163,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz",
@@ -177,7 +177,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz",
@@ -191,7 +191,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "mirror.bazel.build",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/0.6.2.tar.gz",
@@ -200,7 +200,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-skylib/archive/0.6.2.tar.gz",
diff --git a/lib/manager/gradle-wrapper/artifacts-real.spec.ts b/lib/manager/gradle-wrapper/artifacts-real.spec.ts
index 0a4d365a8c..8bb494022a 100644
--- a/lib/manager/gradle-wrapper/artifacts-real.spec.ts
+++ b/lib/manager/gradle-wrapper/artifacts-real.spec.ts
@@ -248,7 +248,8 @@ describe(getName(), () => {
           headers: {
             'accept-encoding': 'gzip, deflate, br',
             host: 'services.gradle.org',
-            'user-agent': 'https://github.com/renovatebot/renovate',
+            'user-agent':
+              'RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)',
           },
           method: 'GET',
           url: 'https://services.gradle.org/distributions/gradle-6.3-bin.zip.sha256',
@@ -282,7 +283,8 @@ describe(getName(), () => {
           headers: {
             'accept-encoding': 'gzip, deflate, br',
             host: 'services.gradle.org',
-            'user-agent': 'https://github.com/renovatebot/renovate',
+            'user-agent':
+              'RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)',
           },
           method: 'GET',
           url: 'https://services.gradle.org/distributions/gradle-6.3-bin.zip.sha256',
diff --git a/lib/manager/gradle-wrapper/artifacts.spec.ts b/lib/manager/gradle-wrapper/artifacts.spec.ts
index 83a82e6547..e9636111f3 100644
--- a/lib/manager/gradle-wrapper/artifacts.spec.ts
+++ b/lib/manager/gradle-wrapper/artifacts.spec.ts
@@ -165,7 +165,8 @@ describe(getName(), () => {
         headers: {
           'accept-encoding': 'gzip, deflate, br',
           host: 'services.gradle.org',
-          'user-agent': 'https://github.com/renovatebot/renovate',
+          'user-agent':
+            'RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)',
         },
         method: 'GET',
         url: 'https://services.gradle.org/distributions/gradle-6.3-bin.zip.sha256',
@@ -199,7 +200,8 @@ describe(getName(), () => {
         headers: {
           'accept-encoding': 'gzip, deflate, br',
           host: 'services.gradle.org',
-          'user-agent': 'https://github.com/renovatebot/renovate',
+          'user-agent':
+            'RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)',
         },
         method: 'GET',
         url: 'https://services.gradle.org/distributions/gradle-6.3-bin.zip.sha256',
diff --git a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap
index f26ef08ea8..06baea3776 100644
--- a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap
+++ b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap
@@ -69,7 +69,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/aide/aide/releases/download/v0.17.7/aide-0.17.7.tar.gz",
@@ -78,7 +78,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/aide/aide/archive/v0.17.7.tar.gz",
@@ -92,7 +92,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -101,7 +101,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/archive/v0.9.3.tar.gz",
@@ -115,7 +115,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/invalid/repo/name/releases/download/v0.9.3/invalid/repo/name-0.9.3.tar.gz",
@@ -124,7 +124,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/invalid/repo/name/archive/v0.9.3.tar.gz",
@@ -138,7 +138,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/wrong-version/archive/v10.2.3.tar.gz/releases/download/v0.9.3/wrong-version/archive/v10.2.3.tar.gz-0.9.3.tar.gz",
@@ -147,7 +147,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/wrong-version/archive/v10.2.3.tar.gz/archive/v0.9.3.tar.gz",
@@ -161,7 +161,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -175,7 +175,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -189,7 +189,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -203,7 +203,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -268,7 +268,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.9.3/bazel-watcher-0.9.3.tar.gz",
@@ -345,7 +345,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.com/aide/aide/releases/download/v0.17.7/aide-0.17.7.tar.gz",
diff --git a/lib/manager/npm/update/locked-dependency/__snapshots__/index.spec.ts.snap b/lib/manager/npm/update/locked-dependency/__snapshots__/index.spec.ts.snap
index 3f56c989b5..01eea43c85 100644
--- a/lib/manager/npm/update/locked-dependency/__snapshots__/index.spec.ts.snap
+++ b/lib/manager/npm/update/locked-dependency/__snapshots__/index.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/mime",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/send",
@@ -27,7 +27,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/type-is",
@@ -37,7 +37,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/serve-static",
diff --git a/lib/manager/npm/update/locked-dependency/__snapshots__/parent-version.spec.ts.snap b/lib/manager/npm/update/locked-dependency/__snapshots__/parent-version.spec.ts.snap
index 02a90909a0..a9619750b5 100644
--- a/lib/manager/npm/update/locked-dependency/__snapshots__/parent-version.spec.ts.snap
+++ b/lib/manager/npm/update/locked-dependency/__snapshots__/parent-version.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/send",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/express",
@@ -32,7 +32,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/buffer-crc32",
@@ -47,7 +47,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/qs",
@@ -62,7 +62,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/type-is",
@@ -77,7 +77,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "registry.npmjs.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://registry.npmjs.org/debug",
diff --git a/lib/manager/terraform/lockfile/__snapshots__/hash.spec.ts.snap b/lib/manager/terraform/lockfile/__snapshots__/hash.spec.ts.snap
index eb3e7b2238..81deb149c2 100644
--- a/lib/manager/terraform/lockfile/__snapshots__/hash.spec.ts.snap
+++ b/lib/manager/terraform/lockfile/__snapshots__/hash.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/index.json",
@@ -22,7 +22,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/index.json",
@@ -31,7 +31,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/terraform-provider-azurerm_2.56.0_darwin_amd64.zip",
@@ -40,7 +40,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/terraform-provider-azurerm_2.56.0_linux_amd64.zip",
@@ -64,7 +64,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/index.json",
@@ -73,7 +73,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/terraform-provider-azurerm_2.56.0_darwin_amd64.zip",
@@ -82,7 +82,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.56.0/terraform-provider-azurerm_2.56.0_linux_amd64.zip",
@@ -97,7 +97,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "releases.hashicorp.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://releases.hashicorp.com/terraform-provider-azurerm/2.59.0/index.json",
diff --git a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap
index a9dc8fe6f3..22dd798ebc 100644
--- a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap
+++ b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap
@@ -12,7 +12,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -24,7 +24,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -36,7 +36,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -48,7 +48,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -63,7 +63,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -75,7 +75,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -87,7 +87,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -104,7 +104,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -116,7 +116,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -128,7 +128,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -140,7 +140,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -155,7 +155,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -167,7 +167,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -179,7 +179,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -198,7 +198,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -210,7 +210,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -222,7 +222,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -234,7 +234,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -249,7 +249,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -266,7 +266,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -278,7 +278,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -295,7 +295,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -307,7 +307,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -319,7 +319,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -336,7 +336,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -348,7 +348,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -360,7 +360,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -372,7 +372,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -387,7 +387,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -406,7 +406,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -418,7 +418,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -430,7 +430,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -442,7 +442,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -457,7 +457,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -474,7 +474,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -486,7 +486,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -498,7 +498,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -510,7 +510,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -525,7 +525,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -542,7 +542,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -554,7 +554,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -566,7 +566,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -578,7 +578,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -593,7 +593,7 @@ Array [
       "content-length": "153",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -610,7 +610,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -622,7 +622,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -634,7 +634,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -646,7 +646,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -661,7 +661,7 @@ Array [
       "content-length": "153",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -680,7 +680,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -692,7 +692,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -704,7 +704,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -716,7 +716,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -731,7 +731,7 @@ Array [
       "content-length": "31",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -748,7 +748,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -760,7 +760,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -772,7 +772,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -784,7 +784,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -799,7 +799,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -816,7 +816,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -828,7 +828,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -840,7 +840,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -852,7 +852,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -864,7 +864,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -879,7 +879,7 @@ Array [
       "content-length": "56",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -896,7 +896,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -908,7 +908,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -920,7 +920,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -932,7 +932,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -947,7 +947,7 @@ Array [
       "content-length": "24",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -964,7 +964,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -981,7 +981,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -993,7 +993,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1005,7 +1005,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1017,7 +1017,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1034,7 +1034,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1046,7 +1046,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1058,7 +1058,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1070,7 +1070,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1087,7 +1087,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1099,7 +1099,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1111,7 +1111,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1123,7 +1123,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1135,7 +1135,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1147,7 +1147,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "DELETE",
@@ -1164,7 +1164,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1176,7 +1176,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1188,7 +1188,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1200,7 +1200,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1212,7 +1212,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1224,7 +1224,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "DELETE",
@@ -1241,7 +1241,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1253,7 +1253,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1265,7 +1265,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1277,7 +1277,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1294,7 +1294,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1306,7 +1306,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1323,7 +1323,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1335,7 +1335,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1347,7 +1347,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1378,7 +1378,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1390,7 +1390,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1402,7 +1402,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1419,7 +1419,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1431,7 +1431,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1443,7 +1443,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1481,7 +1481,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1493,7 +1493,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1505,7 +1505,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1517,7 +1517,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1529,7 +1529,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1546,7 +1546,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1558,7 +1558,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1570,7 +1570,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1582,7 +1582,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1599,7 +1599,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1611,7 +1611,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1623,7 +1623,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1635,7 +1635,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1652,7 +1652,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1664,7 +1664,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1676,7 +1676,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1693,7 +1693,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1705,7 +1705,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1722,7 +1722,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1734,7 +1734,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1746,7 +1746,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1763,7 +1763,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1775,7 +1775,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1787,7 +1787,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1799,7 +1799,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1816,7 +1816,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1828,7 +1828,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1840,7 +1840,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1857,7 +1857,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1869,7 +1869,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1881,7 +1881,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1898,7 +1898,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1910,7 +1910,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1922,7 +1922,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1939,7 +1939,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1951,7 +1951,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1963,7 +1963,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1980,7 +1980,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -1992,7 +1992,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2004,7 +2004,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2021,7 +2021,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2033,7 +2033,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2045,7 +2045,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2125,7 +2125,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2137,7 +2137,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2149,7 +2149,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2161,7 +2161,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2173,7 +2173,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2185,7 +2185,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2197,7 +2197,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2209,7 +2209,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2247,7 +2247,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2259,7 +2259,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2271,7 +2271,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2283,7 +2283,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2316,7 +2316,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2328,7 +2328,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2340,7 +2340,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2375,7 +2375,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2387,7 +2387,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2399,7 +2399,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2416,7 +2416,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2446,7 +2446,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2458,7 +2458,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2475,7 +2475,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2487,7 +2487,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2511,7 +2511,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2523,7 +2523,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2547,7 +2547,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2559,7 +2559,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2583,7 +2583,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2595,7 +2595,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2628,7 +2628,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2640,7 +2640,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2652,7 +2652,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2664,7 +2664,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2676,7 +2676,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -2693,7 +2693,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2705,7 +2705,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2717,7 +2717,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2729,7 +2729,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2741,7 +2741,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -2758,7 +2758,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2770,7 +2770,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2787,7 +2787,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2799,7 +2799,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2811,7 +2811,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2828,7 +2828,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2840,7 +2840,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2852,7 +2852,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2864,7 +2864,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2876,7 +2876,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -2893,7 +2893,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2905,7 +2905,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2917,7 +2917,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2929,7 +2929,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2941,7 +2941,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -2958,7 +2958,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2975,7 +2975,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -2992,7 +2992,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3009,7 +3009,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3026,7 +3026,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3043,7 +3043,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3060,7 +3060,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3077,7 +3077,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3094,7 +3094,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3111,7 +3111,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3123,7 +3123,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3135,7 +3135,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3150,7 +3150,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3162,7 +3162,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3174,7 +3174,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3191,7 +3191,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3203,7 +3203,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3215,7 +3215,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3230,7 +3230,7 @@ Array [
       "content-length": "87",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3242,7 +3242,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3254,7 +3254,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3271,7 +3271,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3283,7 +3283,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3295,7 +3295,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3310,7 +3310,7 @@ Array [
       "content-length": "87",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3322,7 +3322,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3334,7 +3334,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3351,7 +3351,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3363,7 +3363,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3375,7 +3375,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3390,7 +3390,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3402,7 +3402,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3414,7 +3414,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3431,7 +3431,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3443,7 +3443,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3455,7 +3455,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3470,7 +3470,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3487,7 +3487,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3499,7 +3499,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3511,7 +3511,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3528,7 +3528,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3540,7 +3540,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3552,7 +3552,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3564,7 +3564,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3579,7 +3579,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3591,7 +3591,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3608,7 +3608,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3620,7 +3620,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3632,7 +3632,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3644,7 +3644,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3659,7 +3659,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3671,7 +3671,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3683,7 +3683,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3698,7 +3698,7 @@ Array [
       "content-length": "65",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3715,7 +3715,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3727,7 +3727,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3739,7 +3739,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3751,7 +3751,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3766,7 +3766,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3783,7 +3783,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3795,7 +3795,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3807,7 +3807,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3819,7 +3819,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3834,7 +3834,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3846,7 +3846,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -3865,7 +3865,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3877,7 +3877,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3889,7 +3889,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3901,7 +3901,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3916,7 +3916,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -3933,7 +3933,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3945,7 +3945,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3962,7 +3962,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3974,7 +3974,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -3986,7 +3986,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4003,7 +4003,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4015,7 +4015,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4027,7 +4027,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4039,7 +4039,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4054,7 +4054,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4071,7 +4071,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4083,7 +4083,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4095,7 +4095,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4107,7 +4107,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4122,7 +4122,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4143,7 +4143,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4155,7 +4155,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4167,7 +4167,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4179,7 +4179,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4194,7 +4194,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4206,7 +4206,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4218,7 +4218,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4235,7 +4235,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4247,7 +4247,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4259,7 +4259,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4271,7 +4271,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4286,7 +4286,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4298,7 +4298,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4310,7 +4310,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4329,7 +4329,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4341,7 +4341,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4353,7 +4353,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4365,7 +4365,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4380,7 +4380,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4397,7 +4397,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4409,7 +4409,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4426,7 +4426,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4438,7 +4438,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4450,7 +4450,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4467,7 +4467,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4479,7 +4479,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4491,7 +4491,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4503,7 +4503,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4518,7 +4518,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4537,7 +4537,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4549,7 +4549,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4561,7 +4561,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4573,7 +4573,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4588,7 +4588,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4605,7 +4605,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4617,7 +4617,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4629,7 +4629,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4641,7 +4641,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4656,7 +4656,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -4673,7 +4673,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4685,7 +4685,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4697,7 +4697,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4709,7 +4709,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4724,7 +4724,7 @@ Array [
       "content-length": "153",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -4741,7 +4741,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4753,7 +4753,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4765,7 +4765,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4777,7 +4777,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4792,7 +4792,7 @@ Array [
       "content-length": "153",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -4811,7 +4811,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4823,7 +4823,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4835,7 +4835,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4847,7 +4847,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4862,7 +4862,7 @@ Array [
       "content-length": "31",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -4879,7 +4879,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4891,7 +4891,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4903,7 +4903,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4915,7 +4915,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4930,7 +4930,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -4947,7 +4947,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4959,7 +4959,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4971,7 +4971,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4983,7 +4983,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -4995,7 +4995,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5010,7 +5010,7 @@ Array [
       "content-length": "56",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -5027,7 +5027,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5039,7 +5039,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5051,7 +5051,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5063,7 +5063,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5078,7 +5078,7 @@ Array [
       "content-length": "24",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -5095,7 +5095,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5112,7 +5112,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5124,7 +5124,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5136,7 +5136,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5148,7 +5148,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5165,7 +5165,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5177,7 +5177,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5189,7 +5189,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5201,7 +5201,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5218,7 +5218,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5230,7 +5230,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5242,7 +5242,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5254,7 +5254,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5266,7 +5266,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5278,7 +5278,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "DELETE",
@@ -5295,7 +5295,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5307,7 +5307,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5319,7 +5319,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5331,7 +5331,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5343,7 +5343,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5355,7 +5355,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "DELETE",
@@ -5372,7 +5372,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5384,7 +5384,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5396,7 +5396,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5408,7 +5408,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5425,7 +5425,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5437,7 +5437,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5454,7 +5454,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5466,7 +5466,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5478,7 +5478,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5509,7 +5509,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5521,7 +5521,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5533,7 +5533,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5550,7 +5550,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5562,7 +5562,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5574,7 +5574,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5612,7 +5612,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5624,7 +5624,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5636,7 +5636,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5648,7 +5648,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5660,7 +5660,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5677,7 +5677,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5689,7 +5689,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5701,7 +5701,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5713,7 +5713,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5730,7 +5730,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5742,7 +5742,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5754,7 +5754,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5766,7 +5766,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5783,7 +5783,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5795,7 +5795,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5807,7 +5807,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5824,7 +5824,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5836,7 +5836,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5853,7 +5853,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5865,7 +5865,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5877,7 +5877,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5894,7 +5894,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5906,7 +5906,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5918,7 +5918,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5930,7 +5930,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5947,7 +5947,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5959,7 +5959,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5971,7 +5971,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -5988,7 +5988,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6000,7 +6000,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6012,7 +6012,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6029,7 +6029,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6041,7 +6041,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6053,7 +6053,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6070,7 +6070,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6082,7 +6082,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6094,7 +6094,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6111,7 +6111,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6123,7 +6123,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6135,7 +6135,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6152,7 +6152,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6164,7 +6164,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6176,7 +6176,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6256,7 +6256,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6268,7 +6268,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6280,7 +6280,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6292,7 +6292,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6304,7 +6304,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6316,7 +6316,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6328,7 +6328,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6340,7 +6340,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6378,7 +6378,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6390,7 +6390,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6402,7 +6402,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6414,7 +6414,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6447,7 +6447,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6459,7 +6459,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6471,7 +6471,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6506,7 +6506,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6518,7 +6518,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6530,7 +6530,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6547,7 +6547,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6577,7 +6577,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6589,7 +6589,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6606,7 +6606,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6618,7 +6618,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6642,7 +6642,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6654,7 +6654,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6678,7 +6678,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6690,7 +6690,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6714,7 +6714,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6726,7 +6726,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6759,7 +6759,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6771,7 +6771,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6783,7 +6783,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6795,7 +6795,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6807,7 +6807,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -6824,7 +6824,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6836,7 +6836,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6848,7 +6848,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6860,7 +6860,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6872,7 +6872,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -6889,7 +6889,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6901,7 +6901,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6918,7 +6918,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6930,7 +6930,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6942,7 +6942,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6959,7 +6959,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6971,7 +6971,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6983,7 +6983,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -6995,7 +6995,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7007,7 +7007,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7024,7 +7024,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7036,7 +7036,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7048,7 +7048,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7060,7 +7060,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7072,7 +7072,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7089,7 +7089,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7106,7 +7106,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7123,7 +7123,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7140,7 +7140,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7157,7 +7157,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7174,7 +7174,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7191,7 +7191,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7208,7 +7208,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7225,7 +7225,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7242,7 +7242,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7254,7 +7254,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7266,7 +7266,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7281,7 +7281,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7293,7 +7293,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7305,7 +7305,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7322,7 +7322,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7334,7 +7334,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7346,7 +7346,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7361,7 +7361,7 @@ Array [
       "content-length": "87",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7373,7 +7373,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7385,7 +7385,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7402,7 +7402,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7414,7 +7414,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7426,7 +7426,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7441,7 +7441,7 @@ Array [
       "content-length": "87",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7453,7 +7453,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7465,7 +7465,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7482,7 +7482,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7494,7 +7494,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7506,7 +7506,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7521,7 +7521,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7533,7 +7533,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7545,7 +7545,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7562,7 +7562,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7574,7 +7574,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7586,7 +7586,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7601,7 +7601,7 @@ Array [
       "content-length": "91",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7618,7 +7618,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7630,7 +7630,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7642,7 +7642,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7659,7 +7659,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7671,7 +7671,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7683,7 +7683,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7695,7 +7695,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7710,7 +7710,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -7722,7 +7722,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7739,7 +7739,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7751,7 +7751,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7763,7 +7763,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7775,7 +7775,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7790,7 +7790,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -7802,7 +7802,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7814,7 +7814,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7829,7 +7829,7 @@ Array [
       "content-length": "65",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -7846,7 +7846,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7858,7 +7858,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7870,7 +7870,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7882,7 +7882,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7897,7 +7897,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -7914,7 +7914,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7926,7 +7926,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7938,7 +7938,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7950,7 +7950,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -7965,7 +7965,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -7977,7 +7977,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
@@ -7996,7 +7996,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8008,7 +8008,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8020,7 +8020,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8032,7 +8032,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8047,7 +8047,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -8064,7 +8064,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8076,7 +8076,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8093,7 +8093,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8105,7 +8105,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8117,7 +8117,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8134,7 +8134,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8146,7 +8146,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8158,7 +8158,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8170,7 +8170,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8185,7 +8185,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
@@ -8202,7 +8202,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8214,7 +8214,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8226,7 +8226,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8238,7 +8238,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "GET",
@@ -8253,7 +8253,7 @@ Array [
       "content-length": "94",
       "content-type": "application/json",
       "host": "stash.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "PUT",
diff --git a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap
index b640921195..cc70e1fb88 100644
--- a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap
+++ b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -20,7 +20,7 @@ Array [
       "content-length": "42",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments",
@@ -35,7 +35,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -48,7 +48,7 @@ Array [
       "content-length": "55",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments/5",
@@ -63,7 +63,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/3/comments?pagelen=100",
@@ -78,7 +78,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -93,7 +93,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -103,7 +103,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments/5",
@@ -118,7 +118,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -128,7 +128,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments/5",
@@ -143,7 +143,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
@@ -158,7 +158,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/comments?pagelen=100",
diff --git a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap
index b218ca4ee2..05efa11e8b 100644
--- a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap
+++ b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap
@@ -10,7 +10,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -21,7 +21,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -31,7 +31,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/diff",
@@ -45,7 +45,7 @@ Array [
       "content-length": "84",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -61,7 +61,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -72,7 +72,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/default-reviewers",
@@ -86,7 +86,7 @@ Array [
       "content-length": "183",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests",
@@ -106,7 +106,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty",
@@ -117,7 +117,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -128,7 +128,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty/issues?q=title%3D%22old-title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -142,7 +142,7 @@ Array [
       "content-length": "62",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty/issues",
@@ -158,7 +158,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -169,7 +169,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -183,7 +183,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues/26",
@@ -199,7 +199,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -210,7 +210,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -224,7 +224,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues/26",
@@ -238,7 +238,7 @@ Array [
       "content-length": "46",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues/25",
@@ -254,7 +254,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -265,7 +265,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -279,7 +279,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues/25",
@@ -293,7 +293,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues/26",
@@ -309,7 +309,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -332,7 +332,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -343,7 +343,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -359,7 +359,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty",
@@ -370,7 +370,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/empty/issues?q=title%3D%22title%22%20AND%20(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -399,7 +399,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -410,7 +410,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests?state=OPEN&state=MERGED&state=DECLINED&state=SUPERSEDED&pagelen=50",
@@ -442,7 +442,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -453,7 +453,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests?state=OPEN&state=MERGED&state=DECLINED&state=SUPERSEDED&pagelen=50",
@@ -464,7 +464,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -474,7 +474,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/diff",
@@ -490,7 +490,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -501,7 +501,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests?state=OPEN&state=MERGED&state=DECLINED&state=SUPERSEDED&pagelen=50",
@@ -517,7 +517,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -533,7 +533,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -549,7 +549,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -560,7 +560,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/master",
@@ -571,7 +571,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/master_hash/statuses?pagelen=100",
@@ -587,7 +587,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -598,7 +598,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/branch",
@@ -609,7 +609,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/branch_hash/statuses?pagelen=100",
@@ -625,7 +625,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -636,7 +636,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/pending/branch",
@@ -647,7 +647,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/pending/branch_hash/statuses?pagelen=100",
@@ -663,7 +663,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -674,7 +674,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/branch-with-empty-status",
@@ -685,7 +685,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/branch-with-empty-status/statuses?pagelen=100",
@@ -701,7 +701,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -712,7 +712,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/master",
@@ -723,7 +723,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/master_hash/statuses?pagelen=100",
@@ -739,7 +739,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -750,7 +750,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/master",
@@ -761,7 +761,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/master_hash/statuses?pagelen=100",
@@ -777,7 +777,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -788,7 +788,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/master",
@@ -799,7 +799,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/master_hash/statuses?pagelen=100",
@@ -815,7 +815,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -826,7 +826,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -842,7 +842,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -853,7 +853,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/issues?q=(state%20%3D%20%22new%22%20OR%20state%20%3D%20%22open%22)%20AND%20reporter.username%3D%22abc%22",
@@ -888,7 +888,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -904,7 +904,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -914,7 +914,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/file.json",
@@ -930,7 +930,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -940,7 +940,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/file.json",
@@ -956,7 +956,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -966,7 +966,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/src/HEAD/file.json",
@@ -1030,7 +1030,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1041,7 +1041,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/3",
@@ -1051,7 +1051,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/3/diff",
@@ -1062,7 +1062,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1072,7 +1072,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/diff",
@@ -1083,7 +1083,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1093,7 +1093,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/diff",
@@ -1125,7 +1125,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1136,7 +1136,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1146,7 +1146,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/diff",
@@ -1177,7 +1177,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic cmVub3ZhdGU6cGFzcw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/user",
@@ -1188,7 +1188,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1199,7 +1199,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests?state=OPEN&state=MERGED&state=DECLINED&state=SUPERSEDED&pagelen=50",
@@ -1215,7 +1215,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories?role=contributor&pagelen=100",
@@ -1244,7 +1244,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1262,7 +1262,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1276,7 +1276,7 @@ Array [
       "content-length": "84",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/merge",
@@ -1292,7 +1292,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1303,7 +1303,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/branch",
@@ -1317,7 +1317,7 @@ Array [
       "content-length": "97",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/branch_hash/statuses/build",
@@ -1328,7 +1328,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/refs/branches/branch",
@@ -1339,7 +1339,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/commit/branch_hash/statuses?pagelen=100",
@@ -1355,7 +1355,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1366,7 +1366,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1380,7 +1380,7 @@ Array [
       "content-length": "17",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1391,7 +1391,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5/decline",
@@ -1407,7 +1407,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1418,7 +1418,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1432,7 +1432,7 @@ Array [
       "content-length": "130",
       "content-type": "application/json",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
@@ -1450,7 +1450,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo",
@@ -1461,7 +1461,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Basic YWJjOjEyMw==",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/some/repo/pullrequests/5",
diff --git a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap
index 3973763449..e26ef15d9c 100644
--- a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap
+++ b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/some-url?pagelen=10",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/?pagelen=10&after=9&role=contributor",
@@ -27,7 +27,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/2.0/repositories/?pagelen=10&after=19&role=contributor",
diff --git a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap
index 500591aef7..5be3dfd153 100644
--- a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap
+++ b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap
@@ -10,7 +10,7 @@ Array [
       "content-length": "2",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls/13/requested_reviewers",
@@ -28,7 +28,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7",
@@ -46,7 +46,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls/13",
@@ -64,7 +64,7 @@ Array [
       "content-length": "23",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7/comments",
@@ -82,7 +82,7 @@ Array [
       "content-length": "136",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/statuses/0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -100,7 +100,7 @@ Array [
       "content-length": "84",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues",
@@ -118,7 +118,7 @@ Array [
       "content-length": "144",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls",
@@ -133,7 +133,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/comments/31",
@@ -148,7 +148,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/branches/some-branch",
@@ -163,7 +163,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/branches/other%2Fbranch%2Fwith%2Fslashes",
@@ -178,7 +178,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -193,7 +193,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -208,7 +208,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -218,7 +218,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -233,7 +233,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -243,7 +243,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -253,7 +253,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -268,7 +268,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -278,7 +278,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -288,7 +288,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -298,7 +298,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -313,7 +313,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -323,7 +323,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -333,7 +333,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -343,7 +343,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -353,7 +353,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -368,7 +368,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -378,7 +378,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -388,7 +388,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -398,7 +398,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -408,7 +408,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -418,7 +418,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/commits/some-branch/statuses",
@@ -433,7 +433,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7/comments",
@@ -448,7 +448,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/user",
@@ -463,7 +463,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7",
@@ -478,7 +478,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/orgs/admin/labels",
@@ -493,7 +493,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls/13",
@@ -508,7 +508,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo",
@@ -523,7 +523,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/contents/dummy.txt?",
@@ -538,7 +538,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/contents/nested%2Fpath%2Fdummy.txt?",
@@ -553,7 +553,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/contents/dummy.txt?ref=0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -568,7 +568,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/labels",
@@ -583,7 +583,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/version",
@@ -601,7 +601,7 @@ Array [
       "content-length": "15",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls/13/merge",
@@ -616,7 +616,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues?type=issues",
@@ -631,7 +631,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues?state=open&type=issues",
@@ -646,7 +646,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls?",
@@ -661,7 +661,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls?state=open&labels=100&labels=200",
@@ -676,7 +676,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/search?",
@@ -691,7 +691,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/search?",
@@ -706,7 +706,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/repos/search?uid=13&archived=false",
@@ -721,7 +721,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7/labels/100",
@@ -739,7 +739,7 @@ Array [
       "content-length": "19",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/comments/31",
@@ -757,7 +757,7 @@ Array [
       "content-length": "81",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/issues/7",
@@ -775,7 +775,7 @@ Array [
       "content-length": "96",
       "content-type": "application/json",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://gitea.renovatebot.com/api/v1/repos/some/repo/pulls/13",
diff --git a/lib/platform/github/__snapshots__/index.spec.ts.snap b/lib/platform/github/__snapshots__/index.spec.ts.snap
index 4e90076ec1..f1ea6d0f2b 100644
--- a/lib/platform/github/__snapshots__/index.spec.ts.snap
+++ b/lib/platform/github/__snapshots__/index.spec.ts.snap
@@ -32,7 +32,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -46,7 +46,7 @@ Array [
       "content-length": "42",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/issues/42/assignees",
@@ -86,7 +86,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -100,7 +100,7 @@ Array [
       "content-length": "72",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/pulls/42/requested_reviewers",
@@ -154,7 +154,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -168,7 +168,7 @@ Array [
       "content-length": "112",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/pulls",
@@ -222,7 +222,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -236,7 +236,7 @@ Array [
       "content-length": "95",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/pulls",
@@ -250,7 +250,7 @@ Array [
       "content-length": "19",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/issues/123/labels",
@@ -304,7 +304,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -318,7 +318,7 @@ Array [
       "content-length": "98",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/pulls",
@@ -358,7 +358,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -369,7 +369,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://api.github.com/repos/some/repo/issues/42/labels/rebase",
@@ -409,7 +409,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -456,7 +456,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -467,7 +467,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -481,7 +481,7 @@ Array [
       "content-length": "44",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments",
@@ -521,7 +521,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -568,7 +568,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -579,7 +579,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -593,7 +593,7 @@ Array [
       "content-length": "44",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/some/repo/issues/comments/1234",
@@ -633,7 +633,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -680,7 +680,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -694,7 +694,7 @@ Array [
       "content-length": "44",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/issues/2499/comments",
@@ -734,7 +734,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -781,7 +781,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -792,7 +792,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -832,7 +832,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -879,7 +879,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -890,7 +890,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -930,7 +930,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -977,7 +977,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -988,7 +988,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -999,7 +999,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://api.github.com/repos/some/repo/issues/comments/1234",
@@ -1039,7 +1039,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1086,7 +1086,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1097,7 +1097,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/issues/42/comments?per_page=100",
@@ -1108,7 +1108,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://api.github.com/repos/some/repo/issues/comments/1234",
@@ -1151,7 +1151,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1162,7 +1162,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/3",
@@ -1205,7 +1205,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1219,7 +1219,7 @@ Array [
       "content-length": "42",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/undefined/issues",
@@ -1262,7 +1262,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1273,7 +1273,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/1",
@@ -1316,7 +1316,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1327,7 +1327,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1341,7 +1341,7 @@ Array [
       "content-length": "40",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/undefined/issues",
@@ -1384,7 +1384,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1398,7 +1398,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/undefined/issues/1",
@@ -1409,7 +1409,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1452,7 +1452,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1495,7 +1495,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1506,7 +1506,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1549,7 +1549,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1560,7 +1560,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1603,7 +1603,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1614,7 +1614,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1628,7 +1628,7 @@ Array [
       "content-length": "57",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1671,7 +1671,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1685,7 +1685,7 @@ Array [
       "content-length": "18",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1728,7 +1728,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1739,7 +1739,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/issues/2",
@@ -1782,7 +1782,7 @@ Array [
       "content-length": "425",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1798,7 +1798,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/pulls?per_page=100&state=all",
@@ -1838,7 +1838,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1849,7 +1849,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -1865,7 +1865,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/pulls?per_page=100&state=all",
@@ -1905,7 +1905,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1916,7 +1916,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -1956,7 +1956,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -1967,7 +1967,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -1981,7 +1981,7 @@ Array [
       "content-length": "31",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/git/refs",
@@ -2021,7 +2021,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2032,7 +2032,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -2046,7 +2046,7 @@ Array [
       "content-length": "31",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/git/refs",
@@ -2060,7 +2060,7 @@ Array [
       "content-length": "36",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/some/repo/pulls/91",
@@ -2124,7 +2124,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2135,7 +2135,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -2149,7 +2149,7 @@ Array [
       "content-length": "31",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/git/refs",
@@ -2163,7 +2163,7 @@ Array [
       "content-length": "36",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/some/repo/pulls/91",
@@ -2252,7 +2252,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2299,7 +2299,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2310,7 +2310,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/91",
@@ -2350,7 +2350,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2361,7 +2361,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -2425,7 +2425,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2436,7 +2436,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -2525,7 +2525,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2572,7 +2572,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2583,7 +2583,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/91",
@@ -2647,7 +2647,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2658,7 +2658,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/repos?per_page=100",
@@ -2669,7 +2669,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/forks",
@@ -2683,7 +2683,7 @@ Array [
       "content-length": "27",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/forked/repo/git/refs/heads/master",
@@ -2694,7 +2694,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls?per_page=100&state=all",
@@ -2783,7 +2783,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2830,7 +2830,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2841,7 +2841,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/90",
@@ -2881,7 +2881,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2892,7 +2892,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -2903,7 +2903,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -2943,7 +2943,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -2983,7 +2983,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3023,7 +3023,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3034,7 +3034,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -3045,7 +3045,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -3085,7 +3085,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3096,7 +3096,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -3107,7 +3107,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -3147,7 +3147,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3158,7 +3158,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -3169,7 +3169,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -3209,7 +3209,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3220,7 +3220,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -3231,7 +3231,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -3271,7 +3271,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3282,7 +3282,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/status",
@@ -3293,7 +3293,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/somebranch/check-runs?per_page=100",
@@ -3333,7 +3333,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3344,7 +3344,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -3384,7 +3384,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3395,7 +3395,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -3435,7 +3435,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3446,7 +3446,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/file.json",
@@ -3486,7 +3486,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3497,7 +3497,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/file.json",
@@ -3537,7 +3537,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3548,7 +3548,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/contents/file.json",
@@ -3611,7 +3611,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3700,7 +3700,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3747,7 +3747,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3803,7 +3803,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3892,7 +3892,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -3945,7 +3945,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4034,7 +4034,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4081,7 +4081,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4092,7 +4092,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
@@ -4150,7 +4150,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4239,7 +4239,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4286,7 +4286,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4297,7 +4297,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
@@ -4353,7 +4353,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4442,7 +4442,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4489,7 +4489,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4500,7 +4500,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
@@ -4540,7 +4540,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4629,7 +4629,7 @@ Array [
       "content-length": "1504",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4676,7 +4676,7 @@ Array [
       "content-length": "604",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4687,7 +4687,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
@@ -4703,7 +4703,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/branches/undefined/protection",
@@ -4719,7 +4719,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/branches/undefined/protection",
@@ -4735,7 +4735,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/branches/undefined/protection",
@@ -4753,7 +4753,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/undefined/branches/undefined/protection",
@@ -4776,7 +4776,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/repos?per_page=100",
@@ -4838,7 +4838,7 @@ Array [
       "content-length": "697",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4900,7 +4900,7 @@ Array [
       "content-length": "697",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -4962,7 +4962,7 @@ Array [
       "content-length": "697",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5024,7 +5024,7 @@ Array [
       "content-length": "697",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5048,7 +5048,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "ghe.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://ghe.renovatebot.com/user",
@@ -5059,7 +5059,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "ghe.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://ghe.renovatebot.com/user/emails",
@@ -5083,7 +5083,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user",
@@ -5094,7 +5094,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/emails",
@@ -5118,7 +5118,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user",
@@ -5129,7 +5129,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/emails",
@@ -5153,7 +5153,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user",
@@ -5164,7 +5164,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/emails",
@@ -5188,7 +5188,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user",
@@ -5235,7 +5235,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5246,7 +5246,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/repos?per_page=100",
@@ -5257,7 +5257,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/forks",
@@ -5271,7 +5271,7 @@ Array [
       "content-length": "40",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/forked/repo/git/refs",
@@ -5285,7 +5285,7 @@ Array [
       "content-length": "41",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/forked/repo",
@@ -5299,7 +5299,7 @@ Array [
       "content-length": "27",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/forked/repo/git/refs/heads/master",
@@ -5346,7 +5346,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5357,7 +5357,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/repos?per_page=100",
@@ -5368,7 +5368,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/forks",
@@ -5415,7 +5415,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5462,7 +5462,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5509,7 +5509,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5556,7 +5556,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5596,7 +5596,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5636,7 +5636,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5683,7 +5683,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5694,7 +5694,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/user/repos?per_page=100",
@@ -5705,7 +5705,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/forks",
@@ -5719,7 +5719,7 @@ Array [
       "content-length": "27",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/forked/repo/git/refs/heads/master",
@@ -5759,7 +5759,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5775,7 +5775,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "github.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.company.com/user",
@@ -5786,7 +5786,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "github.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github.company.com/user/emails",
@@ -5821,7 +5821,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "github.company.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://github.company.com/graphql",
@@ -5863,7 +5863,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5877,7 +5877,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -5891,7 +5891,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -5905,7 +5905,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -5919,7 +5919,7 @@ Array [
       "content-length": "24",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -5959,7 +5959,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -5973,7 +5973,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -5987,7 +5987,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -6001,7 +6001,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1237/merge",
@@ -6041,7 +6041,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6055,7 +6055,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1235/merge",
@@ -6095,7 +6095,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6109,7 +6109,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1236/merge",
@@ -6149,7 +6149,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6163,7 +6163,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1234/merge",
@@ -6203,7 +6203,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6217,7 +6217,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://api.github.com/repos/some/repo/pulls/1234/merge",
@@ -6257,7 +6257,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6268,7 +6268,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -6308,7 +6308,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6319,7 +6319,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -6333,7 +6333,7 @@ Array [
       "content-length": "101",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/repos/some/repo/statuses/0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -6344,7 +6344,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/some-branch/status",
@@ -6355,7 +6355,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc123",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repo/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -6395,7 +6395,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6409,7 +6409,7 @@ Array [
       "content-length": "69",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
@@ -6449,7 +6449,7 @@ Array [
       "content-length": "330",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -6463,7 +6463,7 @@ Array [
       "content-length": "52",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PATCH",
     "url": "https://api.github.com/repos/some/repo/pulls/1234",
diff --git a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap
index 241719abb8..6be6e08090 100644
--- a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap
+++ b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someuser",
@@ -19,7 +19,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?assignee_id=123",
@@ -35,7 +35,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someuser",
@@ -46,7 +46,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?assignee_id=123",
@@ -57,7 +57,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someotheruser",
@@ -68,7 +68,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?assignee_ids[]=123&assignee_ids[]=124",
@@ -84,7 +84,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someuser",
@@ -100,7 +100,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someuser",
@@ -111,7 +111,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?assignee_id=123",
@@ -122,7 +122,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users?username=someotheruser",
@@ -133,7 +133,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?assignee_ids[]=123&assignee_ids[]=124",
@@ -149,7 +149,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -160,7 +160,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -174,7 +174,7 @@ Array [
       "content-length": "142",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests",
@@ -185,7 +185,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345",
@@ -196,7 +196,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345",
@@ -210,7 +210,7 @@ Array [
       "content-length": "72",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345/merge",
@@ -237,7 +237,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -248,7 +248,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -262,7 +262,7 @@ Array [
       "content-length": "144",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests",
@@ -290,7 +290,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -301,7 +301,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -315,7 +315,7 @@ Array [
       "content-length": "149",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests",
@@ -343,7 +343,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -354,7 +354,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -368,7 +368,7 @@ Array [
       "content-length": "151",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests",
@@ -395,7 +395,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -406,7 +406,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -420,7 +420,7 @@ Array [
       "content-length": "142",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests",
@@ -436,7 +436,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42?include_diverged_commits_count=1",
@@ -450,7 +450,7 @@ Array [
       "content-length": "25",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/42",
@@ -466,7 +466,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -477,7 +477,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -491,7 +491,7 @@ Array [
       "content-length": "44",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -507,7 +507,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -518,7 +518,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -532,7 +532,7 @@ Array [
       "content-length": "44",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes/1234",
@@ -548,7 +548,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -559,7 +559,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -575,7 +575,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -586,7 +586,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -602,7 +602,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -613,7 +613,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -624,7 +624,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes/1234",
@@ -640,7 +640,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -651,7 +651,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes",
@@ -662,7 +662,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "DELETE",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/42/notes/1234",
@@ -678,7 +678,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -692,7 +692,7 @@ Array [
       "content-length": "49",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues",
@@ -708,7 +708,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -719,7 +719,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues/2",
@@ -735,7 +735,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -746,7 +746,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues/2",
@@ -760,7 +760,7 @@ Array [
       "content-length": "49",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues/2",
@@ -776,7 +776,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -790,7 +790,7 @@ Array [
       "content-length": "23",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues/2",
@@ -812,7 +812,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users/maria/status",
@@ -823,7 +823,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users/john/status",
@@ -845,7 +845,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users/maria/status",
@@ -867,7 +867,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/users/maria/status",
@@ -883,7 +883,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -894,7 +894,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues/2",
@@ -910,7 +910,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/issues?per_page=100&author_id=undefined&state=opened",
@@ -926,7 +926,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -942,7 +942,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -958,7 +958,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -974,7 +974,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -990,7 +990,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -1006,7 +1006,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -1022,7 +1022,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1033,7 +1033,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests?per_page=100",
@@ -1065,7 +1065,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1076,7 +1076,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests?per_page=100",
@@ -1087,7 +1087,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/91?include_diverged_commits_count=1",
@@ -1098,7 +1098,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1131,7 +1131,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1142,7 +1142,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests?per_page=100",
@@ -1153,7 +1153,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/91?include_diverged_commits_count=1",
@@ -1164,7 +1164,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1197,7 +1197,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1208,7 +1208,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests?per_page=100",
@@ -1219,7 +1219,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/91?include_diverged_commits_count=1",
@@ -1230,7 +1230,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1246,7 +1246,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1257,7 +1257,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1273,7 +1273,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1284,7 +1284,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1300,7 +1300,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1311,7 +1311,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1327,7 +1327,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1338,7 +1338,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1354,7 +1354,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1365,7 +1365,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1381,7 +1381,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1392,7 +1392,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1408,7 +1408,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1419,7 +1419,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1435,7 +1435,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1446,7 +1446,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1462,7 +1462,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1473,7 +1473,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1489,7 +1489,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1505,7 +1505,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1516,7 +1516,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1532,7 +1532,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1543,7 +1543,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1559,7 +1559,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1570,7 +1570,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1586,7 +1586,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1597,7 +1597,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/dir%2Ffile.json?ref=HEAD",
@@ -1613,7 +1613,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1624,7 +1624,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/dir%2Ffile.json?ref=HEAD",
@@ -1640,7 +1640,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1651,7 +1651,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/files/dir%2Ffile.json?ref=HEAD",
@@ -1686,7 +1686,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345?include_diverged_commits_count=1",
@@ -1721,7 +1721,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345?include_diverged_commits_count=1",
@@ -1755,7 +1755,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345?include_diverged_commits_count=1",
@@ -1789,7 +1789,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/12345?include_diverged_commits_count=1",
@@ -1822,7 +1822,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -1833,7 +1833,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/merge_requests/12345?include_diverged_commits_count=1",
@@ -1844,7 +1844,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -1860,7 +1860,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo%2Fproject",
@@ -1876,7 +1876,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo%2Fproject",
@@ -1899,7 +1899,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects?membership=true&per_page=100&with_merge_requests_enabled=true&min_access_level=30",
@@ -1915,7 +1915,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects?membership=true&per_page=100&with_merge_requests_enabled=true&min_access_level=30",
@@ -1938,7 +1938,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.renovatebot.com/user",
@@ -1949,7 +1949,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.renovatebot.com/version",
@@ -1972,7 +1972,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -1983,7 +1983,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -1999,7 +1999,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -2015,7 +2015,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo%2Fproject",
@@ -2031,7 +2031,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo%2Fproject",
@@ -2064,7 +2064,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer mytoken",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/user",
@@ -2075,7 +2075,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer mytoken",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/version",
@@ -2086,7 +2086,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/projects/some%2Frepo%2Fproject",
@@ -2102,7 +2102,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2118,7 +2118,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2134,7 +2134,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2150,7 +2150,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2166,7 +2166,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2182,7 +2182,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2198,7 +2198,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2230,7 +2230,7 @@ Array [
       "content-length": "36",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/1/merge",
@@ -2246,7 +2246,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2260,7 +2260,7 @@ Array [
       "content-length": "101",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/statuses/0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -2271,7 +2271,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -2287,7 +2287,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2301,7 +2301,7 @@ Array [
       "content-length": "100",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/statuses/0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -2312,7 +2312,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -2328,7 +2328,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo",
@@ -2342,7 +2342,7 @@ Array [
       "content-length": "101",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/statuses/0d9c7726c3d628b7e28af234595cfd20febdbf8e",
@@ -2353,7 +2353,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2Frepo/repository/commits/0d9c7726c3d628b7e28af234595cfd20febdbf8e/statuses",
@@ -2369,7 +2369,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -2380,7 +2380,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -2391,7 +2391,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -2405,7 +2405,7 @@ Array [
       "content-length": "60",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/1",
@@ -2421,7 +2421,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -2432,7 +2432,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -2443,7 +2443,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -2457,7 +2457,7 @@ Array [
       "content-length": "45",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/1",
@@ -2473,7 +2473,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -2484,7 +2484,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -2495,7 +2495,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -2509,7 +2509,7 @@ Array [
       "content-length": "45",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/1",
@@ -2525,7 +2525,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/user",
@@ -2536,7 +2536,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/version",
@@ -2547,7 +2547,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests?per_page=100",
@@ -2561,7 +2561,7 @@ Array [
       "content-length": "38",
       "content-type": "application/json",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "PUT",
     "url": "https://gitlab.com/api/v4/projects/undefined/merge_requests/1",
diff --git a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap
index 0cc54bf9c7..3c7f52f37e 100644
--- a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap
+++ b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer token",
       "host": "git.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
       "x-atlassian-token": "no-check",
     },
     "method": "POST",
diff --git a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap
index bd2dcbcdc8..06a0200693 100644
--- a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap
+++ b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer token",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/some-url",
@@ -18,7 +18,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api-test.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api-test.bitbucket.org/some-url",
@@ -34,7 +34,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer token",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.bitbucket.org/some-url",
@@ -52,7 +52,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer token",
       "host": "api.bitbucket.org",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.bitbucket.org/projects/foo",
diff --git a/lib/util/http/__snapshots__/gitea.spec.ts.snap b/lib/util/http/__snapshots__/gitea.spec.ts.snap
index 3330502340..8b77224a46 100644
--- a/lib/util/http/__snapshots__/gitea.spec.ts.snap
+++ b/lib/util/http/__snapshots__/gitea.spec.ts.snap
@@ -7,7 +7,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-3",
@@ -17,7 +17,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-3?page=2",
@@ -32,7 +32,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-2",
@@ -42,7 +42,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-2?page=2",
@@ -52,7 +52,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-2?page=3",
@@ -67,7 +67,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-1",
@@ -82,7 +82,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-1",
@@ -92,7 +92,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-1?page=2",
@@ -102,7 +102,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitea.renovatebot.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitea.renovatebot.com/api/v1/pagination-example-1?page=3",
diff --git a/lib/util/http/__snapshots__/github.spec.ts.snap b/lib/util/http/__snapshots__/github.spec.ts.snap
index 1b014e2423..fa34bb09e0 100644
--- a/lib/util/http/__snapshots__/github.spec.ts.snap
+++ b/lib/util/http/__snapshots__/github.spec.ts.snap
@@ -34,7 +34,7 @@ Array [
       "content-length": "408",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -72,7 +72,7 @@ Array [
       "content-length": "428",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -110,7 +110,7 @@ Array [
       "content-length": "427",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
@@ -148,7 +148,7 @@ Array [
       "content-length": "427",
       "content-type": "application/json",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://api.github.com/graphql",
diff --git a/lib/util/http/__snapshots__/gitlab.spec.ts.snap b/lib/util/http/__snapshots__/gitlab.spec.ts.snap
index 928048947c..8b1f605d78 100644
--- a/lib/util/http/__snapshots__/gitlab.spec.ts.snap
+++ b/lib/util/http/__snapshots__/gitlab.spec.ts.snap
@@ -8,7 +8,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/some-url",
@@ -24,7 +24,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/some-url",
@@ -35,7 +35,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/some-url&page=2",
@@ -46,7 +46,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/some-url&page=3",
@@ -62,7 +62,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/some-url",
@@ -73,7 +73,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/some-url&page=2",
@@ -84,7 +84,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "mycompany.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "http://mycompany.com/gitlab/api/v4/some-url&page=3",
@@ -100,7 +100,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc123",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "POST",
     "url": "https://gitlab.com/api/v4/some-url",
diff --git a/lib/util/http/index.ts b/lib/util/http/index.ts
index 337bbfd4a7..914dece03b 100644
--- a/lib/util/http/index.ts
+++ b/lib/util/http/index.ts
@@ -53,12 +53,19 @@ function cloneResponse<T>(response: any): HttpResponse<T> {
 }
 
 function applyDefaultHeaders(options: Options): void {
+  let renovateVersion = 'unknown';
+  try {
+    // eslint-disable-next-line @typescript-eslint/no-var-requires
+    renovateVersion = require('../../../package.json').version; // eslint-disable-line global-require
+  } catch (err) /* istanbul ignore next */ {
+    logger.debug({ err }, 'Error getting renovate version');
+  }
   // eslint-disable-next-line no-param-reassign
   options.headers = {
     ...options.headers,
     'user-agent':
       process.env.RENOVATE_USER_AGENT ||
-      'https://github.com/renovatebot/renovate',
+      `RenovateBot/${renovateVersion} (https://github.com/renovatebot/renovate)`,
   };
 }
 
diff --git a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap
index 75c16574b3..427d3e9199 100644
--- a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap
+++ b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap
@@ -51,7 +51,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tags?per_page=100",
@@ -62,7 +62,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -73,7 +73,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -84,7 +84,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -95,7 +95,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -106,7 +106,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -117,7 +117,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -128,7 +128,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -139,7 +139,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -300,7 +300,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tags?per_page=100",
@@ -311,7 +311,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -322,7 +322,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -333,7 +333,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -344,7 +344,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -355,7 +355,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -366,7 +366,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -377,7 +377,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -388,7 +388,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -447,7 +447,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tags?per_page=100",
@@ -458,7 +458,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -469,7 +469,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -480,7 +480,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -491,7 +491,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -502,7 +502,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -513,7 +513,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
@@ -524,7 +524,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/repository/tree?per_page=100",
@@ -535,7 +535,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer abc",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/meno%2fdropzone/releases?per_page=100",
diff --git a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap
index 6f0821311c..96be5e64cf 100644
--- a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap
+++ b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap
@@ -60,7 +60,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/tags?per_page=100",
@@ -71,7 +71,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -82,7 +82,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -93,7 +93,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -104,7 +104,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -115,7 +115,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -126,7 +126,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -137,7 +137,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -148,7 +148,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -216,7 +216,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/tags?per_page=100",
@@ -227,7 +227,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -238,7 +238,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -249,7 +249,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -260,7 +260,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -271,7 +271,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -282,7 +282,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -293,7 +293,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -304,7 +304,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -315,7 +315,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -326,7 +326,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -337,7 +337,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -348,7 +348,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -416,7 +416,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/tags?per_page=100",
@@ -427,7 +427,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -438,7 +438,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -449,7 +449,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -460,7 +460,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -471,7 +471,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -482,7 +482,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -493,7 +493,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -504,7 +504,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -515,7 +515,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -526,7 +526,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -537,7 +537,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -548,7 +548,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -616,7 +616,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/tags?per_page=100",
@@ -627,7 +627,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -638,7 +638,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -649,7 +649,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -660,7 +660,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -671,7 +671,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -682,7 +682,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -693,7 +693,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -704,7 +704,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -715,7 +715,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -726,7 +726,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk",
@@ -737,7 +737,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/git/trees/master",
@@ -748,7 +748,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "github-enterprise.example.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://github-enterprise.example.com/api/v3/repos/chalk/chalk/releases?per_page=100",
@@ -872,7 +872,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/tags?per_page=100",
@@ -883,7 +883,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -894,7 +894,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -905,7 +905,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -916,7 +916,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -927,7 +927,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -938,7 +938,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -949,7 +949,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -960,7 +960,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -971,7 +971,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
@@ -982,7 +982,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk",
@@ -993,7 +993,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/git/trees/master",
@@ -1004,7 +1004,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "token abc",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/chalk/releases?per_page=100",
diff --git a/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap
index 6ec589768a..53776c9742 100644
--- a/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap
+++ b/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap
@@ -64,7 +64,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/yet-other-repository/releases?per_page=100",
@@ -96,7 +96,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/some%2fyet-other-repository/releases?per_page=100",
@@ -129,7 +129,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "my.custom.domain",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my.custom.domain/api/v4/projects/some%2fyet-other-repository/releases?per_page=100",
@@ -155,7 +155,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/other-repository/releases?per_page=100",
@@ -181,7 +181,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/other-repository/releases?per_page=100",
@@ -207,7 +207,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/other-repository/releases?per_page=100",
@@ -233,7 +233,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/other-repository/releases?per_page=100",
@@ -259,7 +259,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/other-repository/releases?per_page=100",
@@ -276,7 +276,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitlab.com/projects/some%2fother-repository/releases?per_page=100",
@@ -293,7 +293,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitlab.com/projects/some%2fother-repository/releases?per_page=100",
@@ -310,7 +310,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitlab.com/projects/some%2fother-repository/releases?per_page=100",
@@ -325,7 +325,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository/releases?per_page=100",
@@ -340,7 +340,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/itentialopensource%2fadapter-utils/repository/tree?per_page=100",
@@ -349,7 +349,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/itentialopensource%2fadapter-utils/repository/blobs/abcd/raw",
@@ -378,7 +378,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/itentialopensource%2fadapter-utils/repository/tree?per_page=100",
@@ -387,7 +387,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://gitlab.com/api/v4/projects/itentialopensource%2fadapter-utils/repository/blobs/abcd/raw",
@@ -416,7 +416,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs",
@@ -426,7 +426,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs/git/trees/main",
@@ -436,7 +436,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs/git/blobs/abcd",
@@ -481,7 +481,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs",
@@ -491,7 +491,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs/git/trees/main",
@@ -501,7 +501,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/yargs/yargs/git/blobs/abcd",
@@ -531,7 +531,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository2",
@@ -541,7 +541,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository2/git/trees/master",
@@ -551,7 +551,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository2/git/blobs/abcd",
@@ -566,7 +566,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk",
@@ -576,7 +576,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/chalk/git/trees/master",
@@ -591,7 +591,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml",
@@ -601,7 +601,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml/git/trees/master?recursive=1",
@@ -611,7 +611,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml/git/blobs/abcd",
@@ -635,7 +635,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository1",
@@ -645,7 +645,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository1/git/trees/master",
@@ -655,7 +655,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/some/repository1/git/blobs/abcd",
@@ -700,7 +700,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/angular/angular.js",
@@ -710,7 +710,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/angular/angular.js/git/trees/master",
@@ -720,7 +720,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/angular/angular.js/git/blobs/abcd",
@@ -735,7 +735,7 @@ Array [
       "accept": "application/json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitlab.com/projects/gitlab-org%2fgitter%2fwebapp/repository/tree?per_page=100",
@@ -744,7 +744,7 @@ Array [
     "headers": Object {
       "accept-encoding": "gzip, deflate, br",
       "host": "api.gitlab.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.gitlab.com/projects/gitlab-org%2fgitter%2fwebapp/repository/blobs/abcd/raw",
@@ -775,7 +775,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/facebook/jest",
@@ -785,7 +785,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/facebook/jest/git/trees/master",
@@ -795,7 +795,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/facebook/jest/git/blobs/abcd",
@@ -1002,7 +1002,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml",
@@ -1012,7 +1012,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml/git/trees/master",
@@ -1022,7 +1022,7 @@ Array [
       "accept": "application/vnd.github.v3+json",
       "accept-encoding": "gzip, deflate, br",
       "host": "api.github.com",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://api.github.com/repos/nodeca/js-yaml/git/blobs/abcd",
@@ -1047,7 +1047,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "my.custom.domain",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my.custom.domain/projects/gitlab-org%2fgitter%2fwebapp/repository/tree?per_page=100",
@@ -1057,7 +1057,7 @@ Array [
       "accept-encoding": "gzip, deflate, br",
       "authorization": "Bearer some-token",
       "host": "my.custom.domain",
-      "user-agent": "https://github.com/renovatebot/renovate",
+      "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
     },
     "method": "GET",
     "url": "https://my.custom.domain/projects/gitlab-org%2fgitter%2fwebapp/repository/blobs/abcd/raw",
-- 
GitLab