From 7e47dcd1850a85ec9c6f2fdd281f94cda06bbdb2 Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Tue, 21 Apr 2026 18:55:47 +0200 Subject: [PATCH] docs: document how to stay up to date with Renovate --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8e40f14..bdf0594 100644 --- a/README.md +++ b/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/). +## 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 The action was implemented with performance in mind: