You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/contributing/faq.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ See [there](/contributing/new-linters#how-to-add-a-private-linter-to-golangci-li
12
12
13
13
## How to update an existing linter
14
14
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.
16
19
17
20
## How to add a configuration option to an existing linter
0 commit comments