From 5709fb2a691b394e9436b9cfd26cd966c3cbdcdf Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 31 Oct 2023 13:20:08 +0100 Subject: [PATCH] ci: add renovate regex comment to version variables --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f172ed..7b3238d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified with patch version - version: v1.54.2 + version: v1.54.2 # renovate: datasource=github-releases depName=golangci/golangci-lint # In general linting is quite fast with warm caches, but a fresh run might take some time. args: --timeout 5m