Skip to content

Commit

Permalink
Merge branch 'master' of github.com:renovatebot/renovate into refacto…
Browse files Browse the repository at this point in the history
…r/replace-todo-with-issues
  • Loading branch information
Sergei Zharinov committed Apr 21, 2021
2 parents ae348f6 + 07affef commit cdcc875
Show file tree
Hide file tree
Showing 66 changed files with 1,933 additions and 1,917 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci

- name: Codecov
uses: codecov/codecov-action@v1.4.0
uses: codecov/codecov-action@v1.4.1
if: always()

# build after tests to exclude files
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:

- name: Set up Java ${{ env.JAVA_VERSION }}
if: env.NODE_VERSION == '14'
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2.0.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
java-package: jre
check-latest: false

- name: Skip Java tests
if: env.NODE_VERSION != '14'
Expand Down Expand Up @@ -91,7 +94,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }}

- name: Codecov
uses: codecov/codecov-action@v1.4.0
uses: codecov/codecov-action@v1.4.1
if: always() && env.coverage == 'true'

# build after tests to exclude files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand All @@ -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",
},
Expand All @@ -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",
},
Expand Down
26 changes: 13 additions & 13 deletions lib/config/presets/gitea/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
26 changes: 13 additions & 13 deletions lib/config/presets/github/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit cdcc875

Please sign in to comment.