From c871a8b1d72fa2df015f6672286e5a9e48b78063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:34:17 +0000 Subject: [PATCH 1/2] docs: update references to renovatebot/github-action to v32.118.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47c33b88..e66b253e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.0.1 + uses: renovatebot/github-action@v32.118.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.0.1 + uses: renovatebot/github-action@v32.118.0 with: configurationFile: example/renovate-config.js token: 'x-access-token:${{ steps.get_token.outputs.app_token }}' @@ -139,7 +139,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.0.1 + uses: renovatebot/github-action@v32.118.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} From 39577817c97405f00bd3fc5b02b61cb97e0454e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:56:26 +0000 Subject: [PATCH 2/2] fix(deps): update dependency renovate/renovate to v32.119.0 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 7acbb33c..4cc27a7d 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -1,7 +1,7 @@ class Docker { readonly repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - readonly tag = '32.118.0-slim'; + readonly tag = '32.119.0-slim'; readonly tagSuffix = '-slim'; image(): string {