From 2c9f8ec27de4c526fe9c3c4600e7c4c416c32b21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Nov 2020 12:00:25 +0000 Subject: [PATCH 1/2] chore(deps): update wagoid/commitlint-github-action action to v2.1.3 (#412) Co-authored-by: Renovate Bot --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99333b68..4b7b0047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Lint commit messages - uses: wagoid/commitlint-github-action@v2.1.2 + uses: wagoid/commitlint-github-action@v2.1.3 lint: runs-on: ubuntu-latest From f28d0ea3bea64791c2526836522870e426e36194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 00:00:36 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v23.89.2 (#413) Co-authored-by: Renovate Bot --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index cb17635d..792e4a74 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 = '23.89.1-slim'; + readonly tag = '23.89.2-slim'; readonly tagSuffix = '-slim'; image(): string {