Skip to content

Commit 87da074

Browse files
ldezalexandear
andauthored
docs: update FAQ about updating linter (#5358)
Co-authored-by: Oleksandr Redko <[email protected]>
1 parent 4b05170 commit 87da074

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/src/docs/contributing/faq.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ See [there](/contributing/new-linters#how-to-add-a-private-linter-to-golangci-li
1212

1313
## How to update an existing linter
1414

15-
Just update its version in `go.mod`.
15+
We use [Dependabot](https://github.com/golangci/golangci-lint/blob/HEAD/.github/dependabot.yml) to update dependencies, including linters.
16+
The updates happen at least automatically once a week (Sunday 11am UTC).
17+
18+
No pull requests to update a linter will be accepted unless you are the author of the linter and specific changes are required.
1619

1720
## How to add a configuration option to an existing linter
1821

0 commit comments

Comments
 (0)