From dc74622c9b510825e7f3cd7657806aab7daaffe2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 15:35:32 +0000 Subject: [PATCH 1/2] chore(deps): update wagoid/commitlint-github-action action to v2.2.2 --- .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 67bbb1cb..88f85efc 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.2.0 + uses: wagoid/commitlint-github-action@v2.2.2 lint: runs-on: ubuntu-latest From 0de0e92792ad147c8da5772ecc456c285540afc1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 17:29:41 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v24.44.0 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 1dc7a90c..d11f26f3 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 = '24.43.0-slim'; + readonly tag = '24.44.0-slim'; readonly tagSuffix = '-slim'; image(): string {