We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05170 commit 8d61b50Copy full SHA for 8d61b50
docs/src/docs/contributing/faq.mdx
@@ -12,7 +12,10 @@ See [there](/contributing/new-linters#how-to-add-a-private-linter-to-golangci-li
12
13
## How to update an existing linter
14
15
-Just update its version in `go.mod`.
+We use Dependabot to update dependencies (linters included).
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.
19
20
## How to add a configuration option to an existing linter
21
0 commit comments