diff --git a/config/renovate/renovate.json b/config/renovate/renovate.json index c89067c..335089a 100644 --- a/config/renovate/renovate.json +++ b/config/renovate/renovate.json @@ -94,6 +94,15 @@ "prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}", "recreateWhen": "always", "rebaseWhen": "behind-base-branch" + }, + { + "matchManagers": [ + "gomod" + ], + "matchDepTypes": [ + "indirect" + ], + "enabled": true } ], "schedule": [ @@ -385,6 +394,10 @@ "branchPrefix": "konflux/mintmaker/", "schedule": [ "after 5am on sunday" + ], + "postUpdateOptions": [ + "gomodUpdateImportPaths", + "gomodTidy" ] }, "ocb": {