diff --git a/renovate.json b/renovate.json index a877e6a..817cf9d 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,11 @@ ], "postUpdateOptions": [ "gomodTidy" - ] + ], + "postUpgradeTasks": [{ + "commands": [ + "make docs" + ], + "executionMode": "branch" + }] }