diff --git a/renovate.json b/renovate.json index 8b38021..aac56cc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["config:best-practices", "config:recommended", ":gomod", ":maintainLockFilesMonthly", ":disableDependencyDashboard"] + "extends": ["config:best-practices", "config:recommended", ":gomod", ":maintainLockFilesMonthly", ":disableDependencyDashboard"], + "postUpdateOptions": ["gomodTidy"] }