diff --git a/renovate.json b/renovate.json index 34e6b11..f6c0746 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,9 @@ ":dependencyDashboard" ], "rangeStrategy": "bump", + "postUpdateOptions": [ + "gomodTidy" + ], "packageRules": [ { "matchManagers": [ @@ -15,6 +18,15 @@ ], "enabled": false }, + { + "matchManagers": [ + "gomod" + ], + "matchDepTypes": [ + "indirect" + ], + "enabled": true + }, { "matchUpdateTypes": [ "major",