Skip to content

Commit

Permalink
ci: add renovate regex comment to version variables (#596)
Browse files Browse the repository at this point in the history
Leverage the hetznercloud/.github#16 regex
manager to update the version variables.
  • Loading branch information
jooola committed Nov 3, 2023
1 parent ee8e6ed commit 3c637e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c637e3

Please sign in to comment.