Skip to content

Commit

Permalink
fix pattern to match golangci-lint version in workflow lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elchenberg committed Jan 2, 2024
1 parent 736c510 commit 68042a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"^.github/workflows/lint.yml$"
],
"matchStrings": [
"version: (?<currentValue>.*?)\n"
"^\\s+version: (?<currentValue>[^\\s]+?)$"
],
"depNameTemplate": "golangci/golangci-lint",
"datasourceTemplate": "github-tags"
Expand Down

0 comments on commit 68042a9

Please sign in to comment.