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 58e8780369bcfe4af8880654efddbfa528b13409..763e27ef8475f96f77e3eaab77ea6846c2d9ad4d 100644 --- a/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -28,7 +28,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -79,7 +79,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -96,7 +96,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap index ec37a0babb73f154f9b1b7e00601d4f6a2d9cf6d..8f669d2249bb557f70428863fa7e49a13e7a2e13 100644 --- a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() returns JSON 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -18,7 +18,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() throws on error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -32,7 +32,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() throws on invalid json 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap index 69dd66a3522e52b7421c68d64bd777d26cf037ad..0109651a17f88826d11a74a40a03520dbeae7984 100644 --- a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -75,7 +75,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.gitea.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/github/__snapshots__/index.spec.ts.snap b/lib/config/presets/github/__snapshots__/index.spec.ts.snap index a9c1e0512e7b3408db3f5871febf99bffab61d21..61443318e1f82d06e84b067bd57a0fe1b15ced0f 100644 --- a/lib/config/presets/github/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/github/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -75,7 +75,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap index e612a7ae6045a9c96fe3b9e06a26452c57d7df45..ff22d65cae913f5893d8975ff4b2359d78366108 100644 --- a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -55,7 +55,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -70,7 +70,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -115,7 +115,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap index a626c8a8a3237ea5dcb17e3f9f5035114724bbfa..ab98f09083bb6cac483d14c1361e1e60bdba0367 100644 --- a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap @@ -7,7 +7,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -17,7 +17,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -34,7 +34,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -44,7 +44,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -98,7 +98,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap index 99398206f31a35cc695cdeaee26da91fab1b2a89..f6b82cfb899b2ba8cfff270029e497dd26876023 100644 --- a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap @@ -18,7 +18,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -147,7 +147,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -162,7 +162,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -177,7 +177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -192,7 +192,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -237,7 +237,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -252,7 +252,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -267,7 +267,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/crate/__snapshots__/index.spec.ts.snap b/lib/datasource/crate/__snapshots__/index.spec.ts.snap index 93d5c027187043fc30b4969b341d24a410cec622..48572b6e73a18d200de9e6fafdbcf945b45a7a93 100644 --- a/lib/datasource/crate/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/crate/__snapshots__/index.spec.ts.snap @@ -101,7 +101,7 @@ exports[`datasource/crate/index getReleases processes real data: amethyst 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -321,7 +321,7 @@ exports[`datasource/crate/index getReleases processes real data: libc 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -337,7 +337,7 @@ exports[`datasource/crate/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ exports[`datasource/crate/index getReleases returns null for empty list 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -365,7 +365,7 @@ exports[`datasource/crate/index getReleases returns null for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -379,7 +379,7 @@ exports[`datasource/crate/index getReleases returns null for missing fields 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -393,7 +393,7 @@ exports[`datasource/crate/index getReleases returns null for unknown error 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -409,7 +409,7 @@ exports[`datasource/crate/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/dart/__snapshots__/index.spec.ts.snap b/lib/datasource/dart/__snapshots__/index.spec.ts.snap index 5c7aee71bdc2ec766188980fcbe3a94669efff1b..585cb9468cf9a80a93f8246853564815f318fd48 100644 --- a/lib/datasource/dart/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/dart/__snapshots__/index.spec.ts.snap @@ -190,7 +190,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -205,7 +205,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -220,7 +220,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -230,7 +230,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -260,7 +260,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -277,7 +277,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/docker/__snapshots__/index.spec.ts.snap b/lib/datasource/docker/__snapshots__/index.spec.ts.snap index 002c57bf7acb26839f1ce69d24bb6f085cc44a0c..6d773f2113fed82565b6acb436eaf6e0dec9a144 100644 --- a/lib/datasource/docker/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/docker/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/docker/index getDigest continues without token if ECR authen Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -14,7 +14,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -28,7 +28,7 @@ exports[`datasource/docker/index getDigest continues without token if ECR authen Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -37,7 +37,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -51,7 +51,7 @@ exports[`datasource/docker/index getDigest continues without token, when no head Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -77,7 +77,7 @@ exports[`datasource/docker/index getDigest falls back to body for digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -88,7 +88,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -99,7 +99,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ exports[`datasource/docker/index getDigest returns digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -124,7 +124,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -134,7 +134,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -149,7 +149,7 @@ exports[`datasource/docker/index getDigest returns null for 403 with basic authe Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -159,7 +159,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -174,7 +174,7 @@ exports[`datasource/docker/index getDigest returns null if empty header 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -185,7 +185,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -200,7 +200,7 @@ exports[`datasource/docker/index getDigest returns null if errored 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -226,7 +226,7 @@ exports[`datasource/docker/index getDigest returns null if no token 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -237,7 +237,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -252,7 +252,7 @@ exports[`datasource/docker/index getDigest supports ECR authentication 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic abcdef", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -273,7 +273,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic abcdef", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -288,7 +288,7 @@ exports[`datasource/docker/index getDigest supports basic authentication 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -298,7 +298,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -309,7 +309,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -324,7 +324,7 @@ exports[`datasource/docker/index getDigest supports docker insecure registry 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -335,7 +335,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -350,7 +350,7 @@ exports[`datasource/docker/index getDigest supports scoped names 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -361,7 +361,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -372,7 +372,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ exports[`datasource/docker/index getReleases adds library/ prefix for Docker Hub Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -426,7 +426,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -437,7 +437,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -447,7 +447,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -457,7 +457,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -471,7 +471,7 @@ exports[`datasource/docker/index getReleases adds library/ prefix for Docker Hub Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -482,7 +482,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -493,7 +493,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -503,7 +503,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -513,7 +513,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -527,7 +527,7 @@ exports[`datasource/docker/index getReleases adds no library/ prefix for other r Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -538,7 +538,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -549,7 +549,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -559,7 +559,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -569,7 +569,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -590,7 +590,7 @@ exports[`datasource/docker/index getReleases ignores unsupported manifest 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -601,7 +601,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -611,7 +611,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -622,7 +622,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -644,7 +644,7 @@ exports[`datasource/docker/index getReleases ignores unsupported schema version Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -655,7 +655,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -665,7 +665,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -676,7 +676,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -691,7 +691,7 @@ exports[`datasource/docker/index getReleases returns null if no auth 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -700,7 +700,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -714,7 +714,7 @@ exports[`datasource/docker/index getReleases returns null if no token 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -725,7 +725,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -740,7 +740,7 @@ exports[`datasource/docker/index getReleases returns null on error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -751,7 +751,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -774,7 +774,7 @@ exports[`datasource/docker/index getReleases supports labels 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -795,7 +795,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -806,7 +806,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -816,7 +816,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -826,7 +826,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -849,7 +849,7 @@ exports[`datasource/docker/index getReleases supports manifest lists 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -860,7 +860,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -870,7 +870,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -881,7 +881,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -891,7 +891,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -902,7 +902,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -912,7 +912,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -922,7 +922,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -944,7 +944,7 @@ exports[`datasource/docker/index getReleases supports redirect 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -955,7 +955,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -965,7 +965,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -976,7 +976,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -986,7 +986,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1006,7 +1006,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "abc.s3.amazon.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1020,7 +1020,7 @@ exports[`datasource/docker/index getReleases uses custom registry in depName 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1031,7 +1031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1041,7 +1041,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1052,7 +1052,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1067,7 +1067,7 @@ exports[`datasource/docker/index getReleases uses custom registry with registryU Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1078,7 +1078,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1089,7 +1089,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1099,7 +1099,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1110,7 +1110,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1125,7 +1125,7 @@ exports[`datasource/docker/index getReleases uses lower tag limit for ECR deps 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1136,7 +1136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1146,7 +1146,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1157,7 +1157,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap index dcf30d16b354de5bf72b51bb247a1e5f91040c92..cc3a0aac71f2f4692709d686d0000b570da91d17 100644 --- a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap @@ -44,7 +44,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -54,7 +54,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -64,7 +64,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -74,7 +74,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -99,7 +99,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -120,7 +120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -135,7 +135,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -160,7 +160,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -175,7 +175,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -212,7 +212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -232,7 +232,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -242,7 +242,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -252,7 +252,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap index 9f7c73b9d70fbb82556aab185c382d78175b091f..eccbcde4bb7fc34bb30180a7db80ca25e21f7910 100644 --- a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap @@ -26,7 +26,7 @@ exports[`datasource/galaxy/index getReleases processes real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ exports[`datasource/galaxy/index getReleases return null if searching random use Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -54,7 +54,7 @@ exports[`datasource/galaxy/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -68,7 +68,7 @@ exports[`datasource/galaxy/index getReleases returns null for empty list 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -82,7 +82,7 @@ exports[`datasource/galaxy/index getReleases returns null for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -96,7 +96,7 @@ exports[`datasource/galaxy/index getReleases returns null for missing fields 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -110,7 +110,7 @@ exports[`datasource/galaxy/index getReleases returns null for unknown error 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ exports[`datasource/galaxy/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ exports[`datasource/galaxy/index getReleases throws for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap index 0acbadabf69fad80f010ea884a9d1e4318784f32..ac905b745ee209606791c39954c29b802264732b 100644 --- a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap index 0ff5fa3c868dd6c4eaafe324bf2fa9667d6e5e9a..314c8ea2de7a88fc49a6053f916e8940e9bc5d84 100644 --- a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -37,7 +37,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -53,7 +53,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -69,7 +69,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -96,7 +96,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -159,7 +159,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -170,7 +170,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -202,7 +202,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -213,7 +213,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap index 3e49f3c86144e96434ff01d1ec48871fea75a19b..0ed338df6b5baa7d7a015cb0d3e28892688e32cb 100644 --- a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/go/__snapshots__/index.spec.ts.snap b/lib/datasource/go/__snapshots__/index.spec.ts.snap index f772770f35337745cd255b806272d52fea4664cb..c14477a9b061619e253636cd67baa38b3518737f 100644 --- a/lib/datasource/go/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/go/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/go/index getDigest gitlab digest is not supported at the mom Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -18,7 +18,7 @@ exports[`datasource/go/index getDigest returns digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -28,7 +28,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -42,7 +42,7 @@ exports[`datasource/go/index getDigest returns null for no go-source tag 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -56,7 +56,7 @@ exports[`datasource/go/index getDigest returns null for wrong name 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -73,7 +73,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -83,7 +83,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -113,7 +113,7 @@ exports[`datasource/go/index getReleases handles fyne.io 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "fyne.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -133,7 +133,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -163,7 +163,7 @@ exports[`datasource/go/index getReleases processes real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -173,7 +173,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -183,7 +183,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -208,7 +208,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -223,7 +223,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -233,7 +233,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -247,7 +247,7 @@ exports[`datasource/go/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -261,7 +261,7 @@ exports[`datasource/go/index getReleases returns null for empty result 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -275,7 +275,7 @@ exports[`datasource/go/index getReleases returns null for go-import prefix misma Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -289,7 +289,7 @@ exports[`datasource/go/index getReleases returns null for unknown error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -303,7 +303,7 @@ exports[`datasource/go/index getReleases skips unsupported platform 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -317,7 +317,7 @@ exports[`datasource/go/index getReleases skips wrong package 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -348,7 +348,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -378,7 +378,7 @@ exports[`datasource/go/index getReleases support ghe 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -388,7 +388,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -398,7 +398,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ exports[`datasource/go/index getReleases support gitlab 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -438,7 +438,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -468,7 +468,7 @@ exports[`datasource/go/index getReleases support self hosted gitlab private repo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -479,7 +479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -496,7 +496,7 @@ exports[`datasource/go/index getReleases unknown datasource returns null 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "some.unknown.website", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -531,7 +531,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -541,7 +541,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -561,7 +561,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -576,7 +576,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -586,7 +586,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -601,7 +601,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -611,7 +611,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap index ec3e54c92371a2a5ef5afcdd958cf9df7bb128e6..c6e61704bfee4820303240112846345cafdfba46 100644 --- a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap @@ -1523,7 +1523,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1533,7 +1533,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "baz.qux", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1548,7 +1548,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1563,7 +1563,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1573,7 +1573,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "baz.qux", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2799,7 +2799,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/helm/__snapshots__/index.spec.ts.snap b/lib/datasource/helm/__snapshots__/index.spec.ts.snap index b3ef0477d3ec16861c38dceffce5aa3776556372..71fb5c03c6e46e66eb22da0b1938f5bc73badaea 100644 --- a/lib/datasource/helm/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/helm/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/helm/index getReleases adds trailing slash to subdirectories Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -136,7 +136,7 @@ exports[`datasource/helm/index getReleases returns list of versions for normal r Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ exports[`datasource/helm/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -164,7 +164,7 @@ exports[`datasource/helm/index getReleases returns null for empty response 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -178,7 +178,7 @@ exports[`datasource/helm/index getReleases returns null for missing response bod Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -192,7 +192,7 @@ exports[`datasource/helm/index getReleases returns null for unknown error 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ exports[`datasource/helm/index getReleases returns null if index.yaml in respons Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -220,7 +220,7 @@ exports[`datasource/helm/index getReleases returns null if index.yaml in respons Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -234,7 +234,7 @@ exports[`datasource/helm/index getReleases returns null if lookupName is not in Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -250,7 +250,7 @@ exports[`datasource/helm/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/hex/__snapshots__/index.spec.ts.snap b/lib/datasource/hex/__snapshots__/index.spec.ts.snap index 37b45ff3c4329003dd542a17ceb161362562bdfd..34fab1f645181d8f2265b462a0442a54a3049f91 100644 --- a/lib/datasource/hex/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/hex/__snapshots__/index.spec.ts.snap @@ -94,7 +94,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -213,7 +213,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -228,7 +228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -243,7 +243,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -258,7 +258,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -273,7 +273,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -288,7 +288,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer this_simple_token", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/npm/__snapshots__/get.spec.ts.snap b/lib/datasource/npm/__snapshots__/get.spec.ts.snap index e6a41feecfaac228ee81c141df8b3f78ea291678..febfdcf557f715d2ca24324f0fad17a67b256ecb 100644 --- a/lib/datasource/npm/__snapshots__/get.spec.ts.snap +++ b/lib/datasource/npm/__snapshots__/get.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -38,7 +38,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -49,7 +49,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -60,7 +60,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -71,7 +71,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -82,7 +82,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -92,7 +92,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -108,7 +108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -142,7 +142,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -160,7 +160,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -177,7 +177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -194,7 +194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -228,7 +228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -279,7 +279,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -296,7 +296,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -313,7 +313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -330,7 +330,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -347,7 +347,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -364,7 +364,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -381,7 +381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -397,7 +397,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -413,7 +413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -443,7 +443,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -458,7 +458,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -474,7 +474,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic XXX", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -490,7 +490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/npm/__snapshots__/index.spec.ts.snap b/lib/datasource/npm/__snapshots__/index.spec.ts.snap index e45039df17686dc5215f446652396c508082a7c9..85d618101b79ab4b3e2844aa40d9abbd04f96b19 100644 --- a/lib/datasource/npm/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/npm/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -119,7 +119,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -156,7 +156,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -194,7 +194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -227,7 +227,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -260,7 +260,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -298,7 +298,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.from-env.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -350,7 +350,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -365,7 +365,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -380,7 +380,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -395,7 +395,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -433,7 +433,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic 1234", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -449,7 +449,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -464,7 +464,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -479,7 +479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -494,7 +494,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -509,7 +509,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -547,7 +547,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -586,7 +586,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -624,7 +624,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abcde", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -663,7 +663,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abcde", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap index f104bd2ee935329a2a4b6e8a78275ef89a134c9a..56acf1c134a8c2e8eed230697182eccd46b33da9 100644 --- a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -55,7 +55,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "my-registry", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -83,7 +83,7 @@ exports[`datasource/nuget/index getReleases handles paginated results (v2) 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -92,7 +92,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -295,7 +295,7 @@ exports[`datasource/nuget/index getReleases processes real data (v2) 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -501,7 +501,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -530,7 +530,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -735,7 +735,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -745,7 +745,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -755,7 +755,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -764,7 +764,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1501,7 +1501,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1511,7 +1511,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1521,7 +1521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1531,7 +1531,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1541,7 +1541,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1551,7 +1551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1560,7 +1560,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1574,7 +1574,7 @@ exports[`datasource/nuget/index getReleases processes real data no relase (v2) 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1600,7 +1600,7 @@ exports[`datasource/nuget/index getReleases processes real data with no github p Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1751,7 +1751,7 @@ exports[`datasource/nuget/index getReleases processes real data without project Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2001,7 +2001,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2011,7 +2011,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2021,7 +2021,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2030,7 +2030,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2040,7 +2040,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2050,7 +2050,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2060,7 +2060,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2069,7 +2069,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2083,7 +2083,7 @@ exports[`datasource/nuget/index getReleases returns null for empty result (v2) 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2098,7 +2098,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2113,7 +2113,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2122,7 +2122,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2136,7 +2136,7 @@ exports[`datasource/nuget/index getReleases returns null for non 200 (v2) 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2151,7 +2151,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2166,7 +2166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2175,7 +2175,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2189,7 +2189,7 @@ exports[`datasource/nuget/index getReleases returns null for unknown error (v2) Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2204,7 +2204,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2213,7 +2213,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2228,7 +2228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2238,7 +2238,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2253,7 +2253,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/orb/__snapshots__/index.spec.ts.snap b/lib/datasource/orb/__snapshots__/index.spec.ts.snap index 127ec2c18cab2d33691be6a094e64df380ab7451..0570ff75315eb452e159efd928997949b5e760d6 100644 --- a/lib/datasource/orb/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/orb/__snapshots__/index.spec.ts.snap @@ -69,7 +69,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -150,7 +150,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -182,7 +182,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -214,7 +214,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -246,7 +246,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -278,7 +278,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", diff --git a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap index 656ba9df8d7a9eb59e48c33c26e06836c61b3a33..f2f7b7b63863520b7a582eb716461f059bbb5aba 100644 --- a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap @@ -89,7 +89,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -104,7 +104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -129,7 +129,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -154,7 +154,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -164,7 +164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -174,7 +174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -189,7 +189,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -199,7 +199,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -214,7 +214,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -224,7 +224,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -323,7 +323,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -483,7 +483,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -494,7 +494,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -526,7 +526,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -571,7 +571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -616,7 +616,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -681,7 +681,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -691,7 +691,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/pod/__snapshots__/index.spec.ts.snap b/lib/datasource/pod/__snapshots__/index.spec.ts.snap index 49a787fedebd8ab60cefc837d770d563b577ccf6..f4d092d4d18230ddd5670ed6f1bdf2e89940fa3f 100644 --- a/lib/datasource/pod/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/pod/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/pod/index getReleases processes real data from CDN 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -19,7 +19,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -29,7 +29,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ exports[`datasource/pod/index getReleases returns null for 401 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -58,7 +58,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -68,7 +68,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -82,7 +82,7 @@ exports[`datasource/pod/index getReleases returns null for unknown error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -96,7 +96,7 @@ exports[`datasource/pod/index getReleases throws for 429 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap index 794a2a2421d0a4bfee0cc92e26ab997f9d9b605d..77aaee8743c65ba359c7c2876b2e83323fff4ad5 100644 --- a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap @@ -47,7 +47,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -56,7 +56,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -71,7 +71,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -111,7 +111,7 @@ exports[`datasource/pypi/index getReleases parses data-requires-python and respe Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -167,7 +167,7 @@ exports[`datasource/pypi/index getReleases process data from +simple endpoint 2` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "some.registry.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -223,7 +223,7 @@ exports[`datasource/pypi/index getReleases process data from simple endpoint 2`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -248,7 +248,7 @@ exports[`datasource/pypi/index getReleases process data from simple endpoint wit Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -361,7 +361,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -413,7 +413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -437,7 +437,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -451,7 +451,7 @@ exports[`datasource/pypi/index getReleases returns null for 404 response from si Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -465,7 +465,7 @@ exports[`datasource/pypi/index getReleases returns null for empty response 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -480,7 +480,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -510,7 +510,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -525,7 +525,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -535,7 +535,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "second-index", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -545,7 +545,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "third-index", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/repology/__snapshots__/index.spec.ts.snap b/lib/datasource/repology/__snapshots__/index.spec.ts.snap index ef660bc51fca60ef221799b4d485217fd0070d0d..827c08d4115e8d9a3365eb11b054b806109557f1 100644 --- a/lib/datasource/repology/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/repology/__snapshots__/index.spec.ts.snap @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -26,7 +26,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -52,7 +52,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -78,7 +78,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -104,7 +104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -130,7 +130,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -181,7 +181,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -191,7 +191,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -216,7 +216,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -241,7 +241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -256,7 +256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -281,7 +281,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -291,7 +291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -301,7 +301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -316,7 +316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -331,7 +331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -381,7 +381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -391,7 +391,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap index b69a7fb2e3d4715b58f979badd8196e6edcbdb68..fca4d1a87f01b225baaed41b1a0b5fda2dc2e069 100644 --- a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap @@ -679,7 +679,7 @@ exports[`datasource/ruby-version/index getReleases parses real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -693,7 +693,7 @@ exports[`datasource/ruby-version/index getReleases throws for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -707,7 +707,7 @@ exports[`datasource/ruby-version/index getReleases throws for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap index 6121d7da25e5bd53e2da9e315cb025b0fb8dd801..9a622318154f85006bb8a4b4d5b33a6ac5085096 100644 --- a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap @@ -34,7 +34,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -76,7 +76,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -87,7 +87,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2486,7 +2486,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2497,7 +2497,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2508,7 +2508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -4936,7 +4936,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -4947,7 +4947,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap index ba9127ade469d21d0161bc153c783ea295ebb16c..c854d6aa986bea4b989f530ffc0d7c69eb3b24f1 100644 --- a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap @@ -85,7 +85,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -95,7 +95,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -110,7 +110,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -120,7 +120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -294,7 +294,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -329,7 +329,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -344,7 +344,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -359,7 +359,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -369,7 +369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -384,7 +384,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -394,7 +394,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -409,7 +409,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -419,7 +419,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap index ba9a88d409422305ba46599c8acb62eb75db79ba..600ed430ee6c808857790d24207ccabc7a8e13ad 100644 --- a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap @@ -23,7 +23,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -264,7 +264,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -274,7 +274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -505,7 +505,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -520,7 +520,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -530,7 +530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -540,7 +540,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -555,7 +555,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -565,7 +565,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -575,7 +575,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -590,7 +590,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -600,7 +600,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -615,7 +615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -625,7 +625,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -635,7 +635,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/logger/__snapshots__/err-serializer.spec.ts.snap b/lib/logger/__snapshots__/err-serializer.spec.ts.snap index 8fb0bda601dfc318333ab39b5e35e9e7d59edc8a..7298c8ddc8bac4ca85c140def475bc3bd3ad7fbd 100644 --- a/lib/logger/__snapshots__/err-serializer.spec.ts.snap +++ b/lib/logger/__snapshots__/err-serializer.spec.ts.snap @@ -22,7 +22,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic OnRva2Vu", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -38,7 +38,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic OnRva2Vu", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -57,7 +57,7 @@ Object { "options": Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "user-agent": "https://github.com/renovatebot/renovate", }, "http2": false, diff --git a/lib/manager/bazel/__snapshots__/update.spec.ts.snap b/lib/manager/bazel/__snapshots__/update.spec.ts.snap index 2631b00d3ad7ca3066c95b8bbaf3fed8e7677c74..8d37dbc1d86d412ce0b066ad9463ff20ad735c10 100644 --- a/lib/manager/bazel/__snapshots__/update.spec.ts.snap +++ b/lib/manager/bazel/__snapshots__/update.spec.ts.snap @@ -135,7 +135,7 @@ exports[`manager/bazel/update updateDependency updates commit-based http archive Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -161,7 +161,7 @@ exports[`manager/bazel/update updateDependency updates finds url instead of urls Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -175,7 +175,7 @@ exports[`manager/bazel/update updateDependency updates http archive with content Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -189,7 +189,7 @@ exports[`manager/bazel/update updateDependency updates http_archive with urls ar Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "mirror.bazel.build", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/manager/gradle-wrapper/artifacts-real.spec.ts b/lib/manager/gradle-wrapper/artifacts-real.spec.ts index a65f49ab2fc105c8fd48ed2e270d1db3154390e1..0d598a720cfabe5738966f94c38c6ddb7479bc14 100644 --- a/lib/manager/gradle-wrapper/artifacts-real.spec.ts +++ b/lib/manager/gradle-wrapper/artifacts-real.spec.ts @@ -239,7 +239,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, @@ -274,7 +274,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, diff --git a/lib/manager/gradle-wrapper/artifacts.spec.ts b/lib/manager/gradle-wrapper/artifacts.spec.ts index b1157494e1ed16836c09b2ce5a424fb0951c70f3..19dad4770cc7df8e77e7325fb5aad859ef6c7aa6 100644 --- a/lib/manager/gradle-wrapper/artifacts.spec.ts +++ b/lib/manager/gradle-wrapper/artifacts.spec.ts @@ -156,7 +156,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, @@ -191,7 +191,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, diff --git a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap index 85d7da77dc8c08f9b74a73c0f3a095160e43c56d..f26ef08ea807db6a1249f7416247769cfc2ed6fa 100644 --- a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap +++ b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap @@ -67,7 +67,7 @@ exports[`manager/homebrew/update returns unchanged content if both got requests Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -76,7 +76,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ exports[`manager/homebrew/update returns unchanged content if fromStream promise Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -99,7 +99,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -113,7 +113,7 @@ exports[`manager/homebrew/update returns unchanged content if repoName in upgrad Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -122,7 +122,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -136,7 +136,7 @@ exports[`manager/homebrew/update returns unchanged content if repoName in upgrad Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -145,7 +145,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -159,7 +159,7 @@ exports[`manager/homebrew/update returns unchanged content if sha256 field in Fo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -173,7 +173,7 @@ exports[`manager/homebrew/update returns unchanged content if sha256 field in Fo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -187,7 +187,7 @@ exports[`manager/homebrew/update returns unchanged content if url field in Formu Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -201,7 +201,7 @@ exports[`manager/homebrew/update returns unchanged content if url field in Formu Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ exports[`manager/homebrew/update updates "archive" github dependency 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -343,7 +343,7 @@ exports[`manager/homebrew/update updates "releases" github dependency 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap index 11d930e5352015db334b6efa37e40204985d8d51..a9dc8fe6f33ca81ecf7db3557f3494bda01eac6a 100644 --- a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap @@ -9,7 +9,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -58,7 +58,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -72,7 +72,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -101,7 +101,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -113,7 +113,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -137,7 +137,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -150,7 +150,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -164,7 +164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -176,7 +176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -195,7 +195,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -219,7 +219,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -244,7 +244,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -263,7 +263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -275,7 +275,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -292,7 +292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -316,7 +316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -333,7 +333,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -345,7 +345,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -357,7 +357,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -369,7 +369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -382,7 +382,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -403,7 +403,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -427,7 +427,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -439,7 +439,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -452,7 +452,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -471,7 +471,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -483,7 +483,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -507,7 +507,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -520,7 +520,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -539,7 +539,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -563,7 +563,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -575,7 +575,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -588,7 +588,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -607,7 +607,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -619,7 +619,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -631,7 +631,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -643,7 +643,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -656,7 +656,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -677,7 +677,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -689,7 +689,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -701,7 +701,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -713,7 +713,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -726,7 +726,7 @@ Array [ "body": "{\\"text\\":\\"### topic\\\\n\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "31", "content-type": "application/json", @@ -745,7 +745,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -757,7 +757,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -769,7 +769,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -781,7 +781,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -794,7 +794,7 @@ Array [ "body": "{\\"text\\":\\"content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -813,7 +813,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -825,7 +825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -837,7 +837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -849,7 +849,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -861,7 +861,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -874,7 +874,7 @@ Array [ "body": "{\\"text\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\",\\"version\\":1}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "56", "content-type": "application/json", @@ -893,7 +893,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -905,7 +905,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -917,7 +917,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -929,7 +929,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -942,7 +942,7 @@ Array [ "body": "{\\"text\\":\\"some\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "24", "content-type": "application/json", @@ -961,7 +961,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -978,7 +978,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -990,7 +990,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1002,7 +1002,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1014,7 +1014,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1031,7 +1031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1043,7 +1043,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1055,7 +1055,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1067,7 +1067,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1084,7 +1084,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1096,7 +1096,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1108,7 +1108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1120,7 +1120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1132,7 +1132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1144,7 +1144,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1161,7 +1161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1173,7 +1173,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1185,7 +1185,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1197,7 +1197,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1209,7 +1209,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1221,7 +1221,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1238,7 +1238,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1250,7 +1250,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1262,7 +1262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1274,7 +1274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1291,7 +1291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1303,7 +1303,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1320,7 +1320,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1332,7 +1332,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1344,7 +1344,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1375,7 +1375,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1387,7 +1387,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1399,7 +1399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1416,7 +1416,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1428,7 +1428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1440,7 +1440,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1478,7 +1478,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1490,7 +1490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1502,7 +1502,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1514,7 +1514,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1526,7 +1526,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1543,7 +1543,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1555,7 +1555,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1567,7 +1567,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1579,7 +1579,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1596,7 +1596,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1608,7 +1608,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1620,7 +1620,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1632,7 +1632,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1649,7 +1649,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1661,7 +1661,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1673,7 +1673,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1690,7 +1690,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1702,7 +1702,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1719,7 +1719,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1731,7 +1731,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1743,7 +1743,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1760,7 +1760,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1772,7 +1772,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1784,7 +1784,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1796,7 +1796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1813,7 +1813,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1825,7 +1825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1837,7 +1837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1854,7 +1854,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1866,7 +1866,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1878,7 +1878,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1895,7 +1895,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1907,7 +1907,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1919,7 +1919,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1936,7 +1936,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1948,7 +1948,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1960,7 +1960,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1977,7 +1977,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1989,7 +1989,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2001,7 +2001,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2018,7 +2018,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2030,7 +2030,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2042,7 +2042,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2122,7 +2122,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2134,7 +2134,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2146,7 +2146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2158,7 +2158,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2170,7 +2170,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2182,7 +2182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2194,7 +2194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2206,7 +2206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2244,7 +2244,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2256,7 +2256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2268,7 +2268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2280,7 +2280,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2313,7 +2313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2325,7 +2325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2337,7 +2337,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2372,7 +2372,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2384,7 +2384,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2396,7 +2396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2413,7 +2413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2443,7 +2443,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2455,7 +2455,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2472,7 +2472,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2484,7 +2484,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2508,7 +2508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2520,7 +2520,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2544,7 +2544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2556,7 +2556,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2580,7 +2580,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2592,7 +2592,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2625,7 +2625,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2637,7 +2637,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2649,7 +2649,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2661,7 +2661,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2673,7 +2673,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2690,7 +2690,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2702,7 +2702,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2714,7 +2714,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2726,7 +2726,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2738,7 +2738,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2755,7 +2755,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2767,7 +2767,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2784,7 +2784,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2796,7 +2796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2808,7 +2808,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2825,7 +2825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2837,7 +2837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2849,7 +2849,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2861,7 +2861,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2873,7 +2873,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2890,7 +2890,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2902,7 +2902,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2914,7 +2914,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2926,7 +2926,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2938,7 +2938,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2955,7 +2955,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2972,7 +2972,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2989,7 +2989,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3006,7 +3006,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3023,7 +3023,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3040,7 +3040,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3057,7 +3057,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3074,7 +3074,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3091,7 +3091,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3108,7 +3108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3120,7 +3120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3132,7 +3132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3145,7 +3145,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3159,7 +3159,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3171,7 +3171,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3188,7 +3188,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3200,7 +3200,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3212,7 +3212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3225,7 +3225,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -3239,7 +3239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3251,7 +3251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3268,7 +3268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3280,7 +3280,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3292,7 +3292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3305,7 +3305,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -3319,7 +3319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3331,7 +3331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3348,7 +3348,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3360,7 +3360,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3372,7 +3372,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3385,7 +3385,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"INPROGRESS\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3399,7 +3399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3411,7 +3411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3428,7 +3428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3440,7 +3440,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3452,7 +3452,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3465,7 +3465,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3484,7 +3484,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3496,7 +3496,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3508,7 +3508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3525,7 +3525,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3537,7 +3537,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3549,7 +3549,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3561,7 +3561,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3574,7 +3574,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3588,7 +3588,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3605,7 +3605,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3617,7 +3617,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3629,7 +3629,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3641,7 +3641,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3654,7 +3654,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3668,7 +3668,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3680,7 +3680,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3693,7 +3693,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "65", "content-type": "application/json", @@ -3712,7 +3712,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3724,7 +3724,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3736,7 +3736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3748,7 +3748,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3761,7 +3761,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3780,7 +3780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3792,7 +3792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3804,7 +3804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3816,7 +3816,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3829,7 +3829,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3843,7 +3843,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3862,7 +3862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3874,7 +3874,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3886,7 +3886,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3898,7 +3898,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3911,7 +3911,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3930,7 +3930,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3942,7 +3942,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3959,7 +3959,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3971,7 +3971,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3983,7 +3983,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4000,7 +4000,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4012,7 +4012,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4024,7 +4024,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4036,7 +4036,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4049,7 +4049,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -4068,7 +4068,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4080,7 +4080,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4092,7 +4092,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4104,7 +4104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4117,7 +4117,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -4140,7 +4140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4152,7 +4152,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4164,7 +4164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4176,7 +4176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4189,7 +4189,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4203,7 +4203,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4215,7 +4215,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4232,7 +4232,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4244,7 +4244,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4256,7 +4256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4268,7 +4268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4281,7 +4281,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4295,7 +4295,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4307,7 +4307,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4326,7 +4326,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4338,7 +4338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4350,7 +4350,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4362,7 +4362,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4375,7 +4375,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4394,7 +4394,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4406,7 +4406,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4423,7 +4423,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4435,7 +4435,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4447,7 +4447,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4464,7 +4464,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4476,7 +4476,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4488,7 +4488,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4500,7 +4500,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4513,7 +4513,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4534,7 +4534,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4546,7 +4546,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4558,7 +4558,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4570,7 +4570,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4583,7 +4583,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4602,7 +4602,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4614,7 +4614,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4626,7 +4626,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4638,7 +4638,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4651,7 +4651,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4670,7 +4670,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4682,7 +4682,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4694,7 +4694,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4706,7 +4706,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4719,7 +4719,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -4738,7 +4738,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4750,7 +4750,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4762,7 +4762,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4774,7 +4774,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4787,7 +4787,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -4808,7 +4808,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4820,7 +4820,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4832,7 +4832,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4844,7 +4844,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4857,7 +4857,7 @@ Array [ "body": "{\\"text\\":\\"### topic\\\\n\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "31", "content-type": "application/json", @@ -4876,7 +4876,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4888,7 +4888,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4900,7 +4900,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4912,7 +4912,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4925,7 +4925,7 @@ Array [ "body": "{\\"text\\":\\"content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -4944,7 +4944,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4956,7 +4956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4968,7 +4968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4980,7 +4980,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4992,7 +4992,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5005,7 +5005,7 @@ Array [ "body": "{\\"text\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\",\\"version\\":1}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "56", "content-type": "application/json", @@ -5024,7 +5024,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5036,7 +5036,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5048,7 +5048,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5060,7 +5060,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5073,7 +5073,7 @@ Array [ "body": "{\\"text\\":\\"some\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "24", "content-type": "application/json", @@ -5092,7 +5092,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5109,7 +5109,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5121,7 +5121,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5133,7 +5133,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5145,7 +5145,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5162,7 +5162,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5174,7 +5174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5186,7 +5186,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5198,7 +5198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5215,7 +5215,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5227,7 +5227,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5239,7 +5239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5251,7 +5251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5263,7 +5263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5275,7 +5275,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5292,7 +5292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5304,7 +5304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5316,7 +5316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5328,7 +5328,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5340,7 +5340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5352,7 +5352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5369,7 +5369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5381,7 +5381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5393,7 +5393,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5405,7 +5405,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5422,7 +5422,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5434,7 +5434,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5451,7 +5451,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5463,7 +5463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5475,7 +5475,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5506,7 +5506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5518,7 +5518,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5530,7 +5530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5547,7 +5547,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5559,7 +5559,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5571,7 +5571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5609,7 +5609,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5621,7 +5621,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5633,7 +5633,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5645,7 +5645,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5657,7 +5657,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5674,7 +5674,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5686,7 +5686,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5698,7 +5698,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5710,7 +5710,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5727,7 +5727,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5739,7 +5739,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5751,7 +5751,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5763,7 +5763,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5780,7 +5780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5792,7 +5792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5804,7 +5804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5821,7 +5821,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5833,7 +5833,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5850,7 +5850,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5862,7 +5862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5874,7 +5874,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5891,7 +5891,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5903,7 +5903,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5915,7 +5915,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5927,7 +5927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5944,7 +5944,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5956,7 +5956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5968,7 +5968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5985,7 +5985,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5997,7 +5997,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6009,7 +6009,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6026,7 +6026,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6038,7 +6038,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6050,7 +6050,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6067,7 +6067,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6079,7 +6079,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6091,7 +6091,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6108,7 +6108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6120,7 +6120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6132,7 +6132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6149,7 +6149,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6161,7 +6161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6173,7 +6173,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6253,7 +6253,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6265,7 +6265,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6277,7 +6277,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6289,7 +6289,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6301,7 +6301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6313,7 +6313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6325,7 +6325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6337,7 +6337,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6375,7 +6375,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6387,7 +6387,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6399,7 +6399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6411,7 +6411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6444,7 +6444,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6456,7 +6456,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6468,7 +6468,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6503,7 +6503,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6515,7 +6515,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6527,7 +6527,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6544,7 +6544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6574,7 +6574,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6586,7 +6586,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6603,7 +6603,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6615,7 +6615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6639,7 +6639,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6651,7 +6651,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6675,7 +6675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6687,7 +6687,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6711,7 +6711,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6723,7 +6723,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6756,7 +6756,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6768,7 +6768,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6780,7 +6780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6792,7 +6792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6804,7 +6804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6821,7 +6821,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6833,7 +6833,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6845,7 +6845,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6857,7 +6857,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6869,7 +6869,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6886,7 +6886,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6898,7 +6898,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6915,7 +6915,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6927,7 +6927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6939,7 +6939,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6956,7 +6956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6968,7 +6968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6980,7 +6980,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6992,7 +6992,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7004,7 +7004,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7021,7 +7021,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7033,7 +7033,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7045,7 +7045,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7057,7 +7057,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7069,7 +7069,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7086,7 +7086,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7103,7 +7103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7120,7 +7120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7137,7 +7137,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7154,7 +7154,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7171,7 +7171,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7188,7 +7188,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7205,7 +7205,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7222,7 +7222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7239,7 +7239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7251,7 +7251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7263,7 +7263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7276,7 +7276,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7290,7 +7290,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7302,7 +7302,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7319,7 +7319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7331,7 +7331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7343,7 +7343,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7356,7 +7356,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -7370,7 +7370,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7382,7 +7382,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7399,7 +7399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7411,7 +7411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7423,7 +7423,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7436,7 +7436,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -7450,7 +7450,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7462,7 +7462,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7479,7 +7479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7491,7 +7491,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7503,7 +7503,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7516,7 +7516,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"INPROGRESS\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7530,7 +7530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7542,7 +7542,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7559,7 +7559,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7571,7 +7571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7583,7 +7583,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7596,7 +7596,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7615,7 +7615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7627,7 +7627,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7639,7 +7639,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7656,7 +7656,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7668,7 +7668,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7680,7 +7680,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7692,7 +7692,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7705,7 +7705,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7719,7 +7719,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7736,7 +7736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7748,7 +7748,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7760,7 +7760,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7772,7 +7772,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7785,7 +7785,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7799,7 +7799,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7811,7 +7811,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7824,7 +7824,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "65", "content-type": "application/json", @@ -7843,7 +7843,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7855,7 +7855,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7867,7 +7867,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7879,7 +7879,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7892,7 +7892,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7911,7 +7911,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7923,7 +7923,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7935,7 +7935,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7947,7 +7947,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7960,7 +7960,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7974,7 +7974,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7993,7 +7993,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8005,7 +8005,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8017,7 +8017,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8029,7 +8029,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8042,7 +8042,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -8061,7 +8061,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8073,7 +8073,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8090,7 +8090,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8102,7 +8102,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8114,7 +8114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8131,7 +8131,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8143,7 +8143,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8155,7 +8155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8167,7 +8167,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8180,7 +8180,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -8199,7 +8199,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8211,7 +8211,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8223,7 +8223,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8235,7 +8235,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8248,7 +8248,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", diff --git a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap index 8b6140a34051a00681b168b682cb9bf33edd7736..b640921195b668180a57d5e699e65442206fcdf1 100644 --- a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -16,7 +16,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"### topic\\\\n\\\\ncontent\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "42", "content-type": "application/json", "host": "api.bitbucket.org", @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -44,7 +44,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "55", "content-type": "application/json", "host": "api.bitbucket.org", @@ -61,7 +61,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -76,7 +76,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -101,7 +101,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -116,7 +116,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -141,7 +141,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -156,7 +156,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap index c75dabd29eb0722883240eee499fae243a1f2b2a..b218ca4ee2d1f05e8c9b5218636491288fc216fa 100644 --- a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap @@ -7,7 +7,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -18,7 +18,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -28,7 +28,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -40,7 +40,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"reviewers\\":[{\\"username\\":\\"someuser\\"},{\\"username\\":\\"someotheruser\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "84", "content-type": "application/json", @@ -58,7 +58,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -69,7 +69,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"source\\":{\\"branch\\":{\\"name\\":\\"branch\\"}},\\"destination\\":{\\"branch\\":{\\"name\\":\\"master\\"}},\\"close_source_branch\\":true,\\"reviewers\\":[{\\"uuid\\":\\"{1234-5678}\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "183", "content-type": "application/json", @@ -103,7 +103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -137,7 +137,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"content\\":{\\"raw\\":\\"body\\",\\"markup\\":\\"markdown\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "62", "content-type": "application/json", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -178,7 +178,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -196,7 +196,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -219,7 +219,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -233,7 +233,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"body\\",\\"markup\\":\\"markdown\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "46", "content-type": "application/json", @@ -251,7 +251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -274,7 +274,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -288,7 +288,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -306,7 +306,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -329,7 +329,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -340,7 +340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -356,7 +356,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -367,7 +367,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -407,7 +407,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -439,7 +439,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -450,7 +450,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -471,7 +471,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -487,7 +487,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -498,7 +498,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -514,7 +514,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -530,7 +530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -546,7 +546,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -557,7 +557,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -568,7 +568,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -584,7 +584,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -595,7 +595,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -606,7 +606,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -622,7 +622,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -633,7 +633,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -644,7 +644,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -660,7 +660,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -671,7 +671,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -682,7 +682,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -698,7 +698,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -709,7 +709,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -720,7 +720,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -736,7 +736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -747,7 +747,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -758,7 +758,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -774,7 +774,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -796,7 +796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -812,7 +812,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -823,7 +823,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -839,7 +839,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -850,7 +850,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -885,7 +885,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -901,7 +901,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -911,7 +911,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -927,7 +927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -937,7 +937,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -953,7 +953,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -963,7 +963,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1027,7 +1027,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1038,7 +1038,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1048,7 +1048,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1059,7 +1059,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1069,7 +1069,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1080,7 +1080,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1090,7 +1090,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1122,7 +1122,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1133,7 +1133,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1143,7 +1143,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1174,7 +1174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic cmVub3ZhdGU6cGFzcw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1185,7 +1185,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1196,7 +1196,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1212,7 +1212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1241,7 +1241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1259,7 +1259,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1271,7 +1271,7 @@ Array [ "body": "{\\"close_source_branch\\":true,\\"merge_strategy\\":\\"merge_commit\\",\\"message\\":\\"auto merged\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "84", "content-type": "application/json", @@ -1289,7 +1289,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1300,7 +1300,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1312,7 +1312,7 @@ Array [ "body": "{\\"name\\":\\"context\\",\\"state\\":\\"FAILED\\",\\"key\\":\\"context\\",\\"description\\":\\"description\\",\\"url\\":\\"targetUrl\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "97", "content-type": "application/json", @@ -1325,7 +1325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1336,7 +1336,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1352,7 +1352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1363,7 +1363,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1375,7 +1375,7 @@ Array [ "body": "{\\"title\\":\\"title\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "17", "content-type": "application/json", @@ -1388,7 +1388,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1404,7 +1404,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1415,7 +1415,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1427,7 +1427,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"reviewers\\":[{\\"display_name\\":\\"Jane Smith\\",\\"uuid\\":\\"{90b6646d-1724-4a64-9fd9-539515fe94e9}\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "130", "content-type": "application/json", @@ -1447,7 +1447,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1458,7 +1458,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap index 7f8bd069c18373ab8a40b22cd29da2a87e4eb126..3973763449e88cc6cd21213979281344acc18370 100644 --- a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -25,7 +25,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap index 8e84dba5aee2b8d5ad1ae7eea46ae8584af1a13c..9d40fd5b7d4d7d1423331901205b4ec1640dad44 100644 --- a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap +++ b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap @@ -6,7 +6,7 @@ Array [ "body": "{}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "2", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -24,7 +24,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "18", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -42,7 +42,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "18", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -60,7 +60,7 @@ Array [ "body": "{\\"body\\":\\"some-comment\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "23", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -78,7 +78,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"context\\":\\"some-context\\",\\"description\\":\\"some-description\\",\\"target_url\\":\\"https://gitea.renovatebot.com/commit-status\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "136", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -96,7 +96,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"Some Issue\\",\\"body\\":\\"just some issue\\",\\"assignees\\":[\\"admin\\"]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "84", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -114,7 +114,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"Some PR\\",\\"body\\":\\"Lorem ipsum dolor sit amet\\",\\"base\\":\\"master\\",\\"head\\":\\"pull-req-13\\",\\"assignees\\":[\\"admin\\"],\\"labels\\":[100]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "144", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -131,7 +131,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -146,7 +146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -161,7 +161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -176,7 +176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -191,7 +191,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -216,7 +216,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -241,7 +241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -251,7 +251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -276,7 +276,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -286,7 +286,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -296,7 +296,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -311,7 +311,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -321,7 +321,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -331,7 +331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -376,7 +376,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -386,7 +386,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -406,7 +406,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -416,7 +416,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -431,7 +431,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -446,7 +446,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -476,7 +476,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -491,7 +491,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -506,7 +506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -566,7 +566,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -582,7 +582,7 @@ Array [ "body": "{\\"Do\\":\\"rebase\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "15", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -599,7 +599,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -614,7 +614,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -629,7 +629,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -644,7 +644,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -659,7 +659,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -674,7 +674,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -689,7 +689,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -704,7 +704,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -720,7 +720,7 @@ Array [ "body": "{\\"body\\":\\"new-body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "19", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -738,7 +738,7 @@ Array [ "body": "{\\"state\\":\\"closed\\",\\"title\\":\\"new-title\\",\\"body\\":\\"new-body\\",\\"assignees\\":[\\"renovate\\"]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "81", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -756,7 +756,7 @@ Array [ "body": "{\\"state\\":\\"closed\\",\\"title\\":\\"new-title\\",\\"body\\":\\"new-body\\",\\"assignees\\":[\\"renovate\\"],\\"labels\\":[200]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "96", "content-type": "application/json", "host": "gitea.renovatebot.com", diff --git a/lib/platform/github/__snapshots__/index.spec.ts.snap b/lib/platform/github/__snapshots__/index.spec.ts.snap index cf435e4afb76a7f21c4bb8c6c175d3db9b8a18e6..4e90076ec1ba46b57b8f70ec6cbaae28fab2a7dd 100644 --- a/lib/platform/github/__snapshots__/index.spec.ts.snap +++ b/lib/platform/github/__snapshots__/index.spec.ts.snap @@ -27,7 +27,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -41,7 +41,7 @@ Array [ "body": "{\\"assignees\\":[\\"someuser\\",\\"someotheruser\\"]}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "42", "content-type": "application/json", @@ -81,7 +81,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -95,7 +95,7 @@ Array [ "body": "{\\"reviewers\\":[\\"someuser\\",\\"someotheruser\\"],\\"team_reviewers\\":[\\"someteam\\"]}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "72", "content-type": "application/json", @@ -149,7 +149,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -163,7 +163,7 @@ Array [ "body": "{\\"title\\":\\"PR draft\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"master\\",\\"body\\":\\"This is a result of a draft\\",\\"draft\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "112", "content-type": "application/json", @@ -217,7 +217,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -231,7 +231,7 @@ Array [ "body": "{\\"title\\":\\"The Title\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"dev\\",\\"body\\":\\"Hello world\\",\\"draft\\":false}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "95", "content-type": "application/json", @@ -245,7 +245,7 @@ Array [ "body": "[\\"deps\\",\\"renovate\\"]", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "19", "content-type": "application/json", @@ -299,7 +299,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -313,7 +313,7 @@ Array [ "body": "{\\"title\\":\\"The Title\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"master\\",\\"body\\":\\"Hello world\\",\\"draft\\":false}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "98", "content-type": "application/json", @@ -353,7 +353,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -404,7 +404,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -451,7 +451,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -464,7 +464,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -476,7 +476,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -516,7 +516,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -563,7 +563,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -576,7 +576,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -588,7 +588,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -628,7 +628,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -675,7 +675,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -689,7 +689,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -729,7 +729,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -776,7 +776,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -789,7 +789,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -827,7 +827,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -874,7 +874,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -887,7 +887,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -925,7 +925,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -972,7 +972,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -985,7 +985,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1034,7 +1034,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1081,7 +1081,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -1094,7 +1094,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1105,7 +1105,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1146,7 +1146,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1159,7 +1159,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1200,7 +1200,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1214,7 +1214,7 @@ Array [ "body": "{\\"title\\":\\"new-title\\",\\"body\\":\\"new-content\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "42", "content-type": "application/json", @@ -1257,7 +1257,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1270,7 +1270,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1311,7 +1311,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1324,7 +1324,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1336,7 +1336,7 @@ Array [ "body": "{\\"title\\":\\"title-2\\",\\"body\\":\\"new-content\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "40", "content-type": "application/json", @@ -1379,7 +1379,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1393,7 +1393,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "18", "content-type": "application/json", @@ -1406,7 +1406,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1447,7 +1447,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1490,7 +1490,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1503,7 +1503,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1544,7 +1544,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1557,7 +1557,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1598,7 +1598,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1611,7 +1611,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1623,7 +1623,7 @@ Array [ "body": "{\\"body\\":\\"newer-content\\",\\"state\\":\\"open\\",\\"title\\":\\"title-3\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "57", "content-type": "application/json", @@ -1666,7 +1666,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1680,7 +1680,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "18", "content-type": "application/json", @@ -1723,7 +1723,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1736,7 +1736,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1777,7 +1777,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1795,7 +1795,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1833,7 +1833,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1846,7 +1846,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1862,7 +1862,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1900,7 +1900,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1913,7 +1913,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1951,7 +1951,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1964,7 +1964,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1976,7 +1976,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2016,7 +2016,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2029,7 +2029,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2041,7 +2041,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2055,7 +2055,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"old title\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "36", "content-type": "application/json", @@ -2119,7 +2119,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2132,7 +2132,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2144,7 +2144,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2158,7 +2158,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"old title\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "36", "content-type": "application/json", @@ -2247,7 +2247,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2294,7 +2294,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2307,7 +2307,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2345,7 +2345,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2358,7 +2358,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2420,7 +2420,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2433,7 +2433,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2520,7 +2520,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2567,7 +2567,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2580,7 +2580,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2642,7 +2642,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2655,7 +2655,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2666,7 +2666,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2678,7 +2678,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -2691,7 +2691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2778,7 +2778,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2825,7 +2825,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2838,7 +2838,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2876,7 +2876,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2889,7 +2889,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2900,7 +2900,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2938,7 +2938,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2978,7 +2978,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3018,7 +3018,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3031,7 +3031,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3042,7 +3042,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3080,7 +3080,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3093,7 +3093,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3104,7 +3104,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3142,7 +3142,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3155,7 +3155,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3166,7 +3166,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3204,7 +3204,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3217,7 +3217,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3228,7 +3228,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3266,7 +3266,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3279,7 +3279,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3290,7 +3290,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3328,7 +3328,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3341,7 +3341,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3379,7 +3379,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3392,7 +3392,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3430,7 +3430,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3443,7 +3443,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3481,7 +3481,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3494,7 +3494,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3532,7 +3532,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3545,7 +3545,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3606,7 +3606,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3695,7 +3695,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -3742,7 +3742,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -3798,7 +3798,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3887,7 +3887,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -3940,7 +3940,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4029,7 +4029,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4076,7 +4076,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4089,7 +4089,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4145,7 +4145,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4234,7 +4234,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4281,7 +4281,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4294,7 +4294,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4348,7 +4348,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4437,7 +4437,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4484,7 +4484,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4497,7 +4497,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4535,7 +4535,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4624,7 +4624,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4671,7 +4671,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4684,7 +4684,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4700,7 +4700,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4716,7 +4716,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4732,7 +4732,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4750,7 +4750,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4773,7 +4773,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4833,7 +4833,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -4895,7 +4895,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -4957,7 +4957,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -5019,7 +5019,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -5045,7 +5045,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "ghe.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5056,7 +5056,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "ghe.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5080,7 +5080,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5091,7 +5091,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5115,7 +5115,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5126,7 +5126,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5150,7 +5150,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5161,7 +5161,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5185,7 +5185,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5230,7 +5230,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5243,7 +5243,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5254,7 +5254,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5266,7 +5266,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/master\\",\\"sha\\":\\"1234\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "40", "content-type": "application/json", @@ -5280,7 +5280,7 @@ Array [ "body": "{\\"name\\":\\"repo\\",\\"default_branch\\":\\"master\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "41", "content-type": "application/json", @@ -5294,7 +5294,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -5341,7 +5341,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5354,7 +5354,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5365,7 +5365,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5410,7 +5410,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5457,7 +5457,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5504,7 +5504,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5551,7 +5551,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5591,7 +5591,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5631,7 +5631,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5678,7 +5678,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5691,7 +5691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5702,7 +5702,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5714,7 +5714,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -5754,7 +5754,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5772,7 +5772,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "github.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5783,7 +5783,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "github.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5816,7 +5816,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5858,7 +5858,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5872,7 +5872,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5886,7 +5886,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5900,7 +5900,7 @@ Array [ "body": "{\\"merge_method\\":\\"squash\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5914,7 +5914,7 @@ Array [ "body": "{\\"merge_method\\":\\"merge\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "24", "content-type": "application/json", @@ -5954,7 +5954,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5968,7 +5968,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5982,7 +5982,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5996,7 +5996,7 @@ Array [ "body": "{\\"merge_method\\":\\"squash\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6036,7 +6036,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6050,7 +6050,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6090,7 +6090,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6104,7 +6104,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6144,7 +6144,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6158,7 +6158,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6198,7 +6198,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6212,7 +6212,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6252,7 +6252,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6265,7 +6265,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6303,7 +6303,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6316,7 +6316,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6328,7 +6328,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "101", "content-type": "application/json", @@ -6341,7 +6341,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6352,7 +6352,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6390,7 +6390,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6404,7 +6404,7 @@ Array [ "body": "{\\"title\\":\\"The New Title\\",\\"body\\":\\"Hello world again\\",\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "69", "content-type": "application/json", @@ -6444,7 +6444,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6458,7 +6458,7 @@ Array [ "body": "{\\"title\\":\\"The New Title\\",\\"body\\":\\"Hello world again\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "52", "content-type": "application/json", diff --git a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap index 2650d4d63eef09758d365efa9c3ff65256353cdf..e5778843549a5f994a0d3bc77098d7dc9c0907f6 100644 --- a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap +++ b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -32,7 +32,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -54,7 +54,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -65,7 +65,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -97,7 +97,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -108,7 +108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -119,7 +119,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -130,7 +130,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -146,7 +146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -157,7 +157,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -169,7 +169,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":\\"\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "142", "content-type": "application/json", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -193,7 +193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -205,7 +205,7 @@ Array [ "body": "{\\"should_remove_source_branch\\":true,\\"merge_when_pipeline_succeeds\\":true}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "72", "content-type": "application/json", @@ -234,7 +234,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -257,7 +257,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "144", "content-type": "application/json", @@ -287,7 +287,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -298,7 +298,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -310,7 +310,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"WIP: some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "149", "content-type": "application/json", @@ -340,7 +340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -363,7 +363,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"Draft: some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "151", "content-type": "application/json", @@ -392,7 +392,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -403,7 +403,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":\\"\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "142", "content-type": "application/json", @@ -433,7 +433,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -445,7 +445,7 @@ Array [ "body": "{\\"labels\\":\\"foo,renovate\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "25", "content-type": "application/json", @@ -463,7 +463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -474,7 +474,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -486,7 +486,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "44", "content-type": "application/json", @@ -504,7 +504,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -515,7 +515,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -527,7 +527,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "44", "content-type": "application/json", @@ -545,7 +545,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -556,7 +556,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -572,7 +572,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -583,7 +583,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -599,7 +599,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -610,7 +610,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -621,7 +621,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -637,7 +637,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -648,7 +648,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -659,7 +659,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -675,7 +675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -687,7 +687,7 @@ Array [ "body": "{\\"title\\":\\"new-title\\",\\"description\\":\\"new-content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "49", "content-type": "application/json", @@ -705,7 +705,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -716,7 +716,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -732,7 +732,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -743,7 +743,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -755,7 +755,7 @@ Array [ "body": "{\\"title\\":\\"title-2\\",\\"description\\":\\"newer-content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "49", "content-type": "application/json", @@ -773,7 +773,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ "body": "{\\"state_event\\":\\"close\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "23", "content-type": "application/json", @@ -803,7 +803,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -814,7 +814,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -830,7 +830,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -846,7 +846,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -862,7 +862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -878,7 +878,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -894,7 +894,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -910,7 +910,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -926,7 +926,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -942,7 +942,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -953,7 +953,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -985,7 +985,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1007,7 +1007,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1018,7 +1018,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1051,7 +1051,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1062,7 +1062,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1073,7 +1073,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1084,7 +1084,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1117,7 +1117,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1128,7 +1128,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1139,7 +1139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1150,7 +1150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1166,7 +1166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1177,7 +1177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1193,7 +1193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1204,7 +1204,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1220,7 +1220,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1231,7 +1231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1247,7 +1247,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1258,7 +1258,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1274,7 +1274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1285,7 +1285,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1301,7 +1301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1312,7 +1312,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1328,7 +1328,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1339,7 +1339,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1355,7 +1355,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1366,7 +1366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1382,7 +1382,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1393,7 +1393,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1409,7 +1409,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1425,7 +1425,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1436,7 +1436,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1452,7 +1452,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1463,7 +1463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1479,7 +1479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1490,7 +1490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1506,7 +1506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1517,7 +1517,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1533,7 +1533,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1544,7 +1544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1560,7 +1560,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1571,7 +1571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1606,7 +1606,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1641,7 +1641,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1675,7 +1675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1709,7 +1709,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1742,7 +1742,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1753,7 +1753,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1764,7 +1764,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1780,7 +1780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1796,7 +1796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1819,7 +1819,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1835,7 +1835,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1858,7 +1858,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1869,7 +1869,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1892,7 +1892,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1903,7 +1903,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1919,7 +1919,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1935,7 +1935,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1951,7 +1951,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1967,7 +1967,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1983,7 +1983,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1999,7 +1999,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2015,7 +2015,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2031,7 +2031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2047,7 +2047,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2063,7 +2063,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2093,7 +2093,7 @@ Array [ "body": "{\\"should_remove_source_branch\\":true}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "36", "content-type": "application/json", @@ -2111,7 +2111,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2123,7 +2123,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "101", "content-type": "application/json", @@ -2136,7 +2136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2152,7 +2152,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2164,7 +2164,7 @@ Array [ "body": "{\\"state\\":\\"failed\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "100", "content-type": "application/json", @@ -2177,7 +2177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2193,7 +2193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2205,7 +2205,7 @@ Array [ "body": "{\\"state\\":\\"pending\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "101", "content-type": "application/json", @@ -2218,7 +2218,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2234,7 +2234,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2245,7 +2245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2256,7 +2256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2268,7 +2268,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"state_event\\":\\"close\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "60", "content-type": "application/json", @@ -2286,7 +2286,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2297,7 +2297,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2308,7 +2308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2320,7 +2320,7 @@ Array [ "body": "{\\"title\\":\\"Draft: title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "45", "content-type": "application/json", @@ -2338,7 +2338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2349,7 +2349,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2360,7 +2360,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2372,7 +2372,7 @@ Array [ "body": "{\\"title\\":\\"Draft: title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "45", "content-type": "application/json", @@ -2390,7 +2390,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2401,7 +2401,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2412,7 +2412,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2424,7 +2424,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "38", "content-type": "application/json", diff --git a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap index ec01132135153a8084efb329c4f433ac6d092536..0cc54bf9c7ecfb56e0db8850e5ebf1ead1eaf512 100644 --- a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap +++ b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "git.example.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap index 8a145e14ea1b6ec5bc9d7cb1e51685e374bd1ebe..bd2dcbcdc8b108ef7871e14f7a88d61851396e41 100644 --- a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap +++ b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api-test.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -31,7 +31,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -49,7 +49,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/__snapshots__/gitea.spec.ts.snap b/lib/util/http/__snapshots__/gitea.spec.ts.snap index b22be4778cbc0daf91a6a024d5989e4580b9f7b7..3330502340ec7396d8b6c91e3f2806d9ef62d1f9 100644 --- a/lib/util/http/__snapshots__/gitea.spec.ts.snap +++ b/lib/util/http/__snapshots__/gitea.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -50,7 +50,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -65,7 +65,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/util/http/__snapshots__/github.spec.ts.snap b/lib/util/http/__snapshots__/github.spec.ts.snap index aa8fa028b569d1bf3cd8de0741bab9176cc933bf..1b014e24235bacc306be1af6f24acb8d64e058ee 100644 --- a/lib/util/http/__snapshots__/github.spec.ts.snap +++ b/lib/util/http/__snapshots__/github.spec.ts.snap @@ -30,7 +30,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "408", "content-type": "application/json", "host": "api.github.com", @@ -68,7 +68,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "428", "content-type": "application/json", "host": "api.github.com", @@ -106,7 +106,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "427", "content-type": "application/json", "host": "api.github.com", @@ -144,7 +144,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "427", "content-type": "application/json", "host": "api.github.com", diff --git a/lib/util/http/__snapshots__/gitlab.spec.ts.snap b/lib/util/http/__snapshots__/gitlab.spec.ts.snap index 563ca3e49f808852d95f949506efc80328eb46b9..49f1f886195b9f04edce4973c3663d8a094186c0 100644 --- a/lib/util/http/__snapshots__/gitlab.spec.ts.snap +++ b/lib/util/http/__snapshots__/gitlab.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -32,7 +32,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/index.ts b/lib/util/http/index.ts index 45b886d8b76cf0001f048b7354190a4a92ead37b..a968ab9fbad12fbd3a5a62cc76d77f2f94e9ff9a 100644 --- a/lib/util/http/index.ts +++ b/lib/util/http/index.ts @@ -60,8 +60,6 @@ function cloneResponse<T>(response: any): HttpResponse<T> { function applyDefaultHeaders(options: Options): void { // eslint-disable-next-line no-param-reassign options.headers = { - // TODO: remove. Will be "gzip, deflate, br" by new got default - 'accept-encoding': 'gzip, deflate', ...options.headers, 'user-agent': process.env.RENOVATE_USER_AGENT || diff --git a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap index be55515daa4d9ff1b555001a4cab43782c826655..75c16574b360394b9acf5511e8d23865efe166e6 100644 --- a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap @@ -48,7 +48,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -70,7 +70,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -92,7 +92,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -103,7 +103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -136,7 +136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -297,7 +297,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -308,7 +308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -330,7 +330,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -352,7 +352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -363,7 +363,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -374,7 +374,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -385,7 +385,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -444,7 +444,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -455,7 +455,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -466,7 +466,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -477,7 +477,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -488,7 +488,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -499,7 +499,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -510,7 +510,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -532,7 +532,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap index 9d27414a2ad0b31f469f797b99ed77eded08a581..90aa7056fb94e666d369ce58b1750a17069ff1db 100644 --- a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap @@ -56,7 +56,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -67,7 +67,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -78,7 +78,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -89,7 +89,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -111,7 +111,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -122,7 +122,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -133,7 +133,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -144,7 +144,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -233,7 +233,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -244,7 +244,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -255,7 +255,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -277,7 +277,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -288,7 +288,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -299,7 +299,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -310,7 +310,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -321,7 +321,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -332,7 +332,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -343,7 +343,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -410,7 +410,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -421,7 +421,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -432,7 +432,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -443,7 +443,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -454,7 +454,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -465,7 +465,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -476,7 +476,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -487,7 +487,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -498,7 +498,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -509,7 +509,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -520,7 +520,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -531,7 +531,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -542,7 +542,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -609,7 +609,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -620,7 +620,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -631,7 +631,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -642,7 +642,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -653,7 +653,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -664,7 +664,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -675,7 +675,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -686,7 +686,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -697,7 +697,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -708,7 +708,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -719,7 +719,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -730,7 +730,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -741,7 +741,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -863,7 +863,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -874,7 +874,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -885,7 +885,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -896,7 +896,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -907,7 +907,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -918,7 +918,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -929,7 +929,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -940,7 +940,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -951,7 +951,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -962,7 +962,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -973,7 +973,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -984,7 +984,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -995,7 +995,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", 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 e4f5476016055332629fdcacf274d43c247b9d5a..5edf43b1475c2deef81da65aacfc29617cdf0b1c 100644 --- a/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -94,7 +94,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -153,7 +153,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -179,7 +179,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -205,7 +205,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -257,7 +257,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -274,7 +274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -291,7 +291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -308,7 +308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -323,7 +323,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -338,7 +338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -347,7 +347,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -376,7 +376,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -386,7 +386,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -441,7 +441,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -451,7 +451,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -491,7 +491,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -501,7 +501,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -526,7 +526,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -561,7 +561,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -571,7 +571,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -616,7 +616,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -651,7 +651,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -660,7 +660,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -691,7 +691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -701,7 +701,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -711,7 +711,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -918,7 +918,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -928,7 +928,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -938,7 +938,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -962,7 +962,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -972,7 +972,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate",