Skip to content

Commit

Permalink
chore: update golangci-lint renovate (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Feb 13, 2024
1 parent 05fa19a commit 12a8cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"fileMatch": ["(^|/)Makefile$"],
"matchStrings": ["GOLANGCI_VERSION := (?<currentValue>.*?)\\n"],
"datasourceTemplate": "docker",
"depNameTemplate": "golangci/golangci-lint"
"depNameTemplate": "golangci/golangci-lint",
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}

0 comments on commit 12a8cde

Please sign in to comment.