From 2569ece212892788d7303daf75637d565a28ebeb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Apr 2021 12:07:16 +0000 Subject: [PATCH 1/2] chore(deps): update wagoid/commitlint-github-action action to v3.0.7 --- .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 49ab21c1..73ef0a3f 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@v3.0.6 + uses: wagoid/commitlint-github-action@v3.0.7 lint: runs-on: ubuntu-latest From df29aa195f6063b6392ca4dea145f4795de12355 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Apr 2021 13:51:46 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v24.98.3 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index e3462ef3..e7d89601 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.98.2-slim'; + readonly tag = '24.98.3-slim'; readonly tagSuffix = '-slim'; image(): string {