From 3c637e340c7ae5f0b7452e2e87ebc495d2454ef8 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 3 Nov 2023 10:45:17 +0100 Subject: [PATCH] ci: add renovate regex comment to version variables (#596) Leverage the https://github.com/hetznercloud/.github/pull/16 regex manager to update the 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