mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-03 15:16:51 +07:00
docs: document how to stay up to date with Renovate (#1378)
This commit is contained in:
16
README.md
16
README.md
@@ -646,6 +646,22 @@ build and run the custom version of golangci-lint.
|
|||||||
|
|
||||||
For more information, see [module plugin system](https://golangci-lint.run/docs/plugins/module-plugins/).
|
For more information, see [module plugin system](https://golangci-lint.run/docs/plugins/module-plugins/).
|
||||||
|
|
||||||
|
## Tips
|
||||||
|
|
||||||
|
### Using Renovate to update the golangci-lint version
|
||||||
|
|
||||||
|
[Renovate](https://docs.renovatebot.com/) can update both the action and the
|
||||||
|
`golangci-lint` version it uses via its [github-actions manager](https://docs.renovatebot.com/modules/manager/github-actions/#commonly-used-community-actions)
|
||||||
|
which is included in presets like `config:recommended`.
|
||||||
|
|
||||||
|
It can also be enabled explicitly in `renovate.json`:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"enabledManagers": ["github-actions"]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
The action was implemented with performance in mind:
|
The action was implemented with performance in mind:
|
||||||
|
|||||||
Reference in New Issue
Block a user