Skip to content

Commit

Permalink
enhance(renovate): manage golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Aug 7, 2023
1 parent e96720f commit a99d562
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
],
"groupName": "mergeable deps",
"automerge": true
},
],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"GOLANGCI_LINT_VERSION := \"(?<currentValue>.*?)\""
],
"depNameTemplate": "github.com/golangci/golangci-lint",
"datasourceTemplate": "go"
}
]
}

0 comments on commit a99d562

Please sign in to comment.