From 20f2f1705d5c702ca32a99f33720d4df0128167b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Feb 2021 10:03:44 +0000 Subject: [PATCH 1/2] chore(deps): update wagoid/commitlint-github-action action to v2.2.3 --- .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 88f85efc..a23132eb 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.2 + uses: wagoid/commitlint-github-action@v2.2.3 lint: runs-on: ubuntu-latest From 8bb764f191ecc3a82ff464c6141fc844b2947f2d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Feb 2021 19:58:58 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v24.52.0 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 47b2cbe0..ff625ea6 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.49.9-slim'; + readonly tag = '24.52.0-slim'; readonly tagSuffix = '-slim'; image(): string {