diff --git a/renovate.json b/renovate.json index 46ecf84..354dace 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "postUpdateOptions": ["gomodTidy"], + "gomod": { + "enabled": true + } +}