Skip to content

Commit

Permalink
update golangci-lint in the Makefile, too
Browse files Browse the repository at this point in the history
  • Loading branch information
elchenberg committed Jan 2, 2024
1 parent ead1855 commit 0e42372
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lint:
-w ${PWD} \
-v ${PWD}:${PWD} \
--env GOFLAGS=-buildvcs=false \
golangci/golangci-lint:v1.48.0-alpine \
docker.io/golangci/golangci-lint:v1.48.0-alpine \
golangci-lint --timeout=540s run ./...

.PHONY: test
Expand Down
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"automerge": true,
"automergeType": "pr",
"regexManagers": [
{
"fileMatch": [
"^Makefile$"
],
"matchStrings": [
"(?<packageName>docker\\.io\\/golangci\\/golangci-lint):(?<currentValue>[A-Za-z0-9_][A-Za-z0-9_.-]{0,127})(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"depNameTemplate": "golangci/golangci-lint",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^.github/workflows/lint.yml$"
Expand Down

0 comments on commit 0e42372

Please sign in to comment.