From af4e2592ca7ee0d5810781695f50cc28898dc185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:53:48 +0000 Subject: [PATCH 1/2] chore(deps): update wagoid/commitlint-github-action action to v4.1.15 --- .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 b6a5aa00..ac85428b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Lint commit messages - uses: wagoid/commitlint-github-action@d608cb14eff8344e2ecf456e89f03f5c172884b3 # tag=v4.1.12 + uses: wagoid/commitlint-github-action@416045160973f9fff174ac6698412cfe7181c3f3 # tag=v4.1.15 continue-on-error: true lint: From b11debdc836a35552f0327068642822dc12b1baf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:54:10 +0000 Subject: [PATCH 2/2] fix(deps): update dependency renovate/renovate to v32.89.0 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 8f224126..c7eb6670 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.88.0-slim'; + readonly tag = '32.89.0-slim'; readonly tagSuffix = '-slim'; image(): string {