diff --git a/renovate.json b/renovate.json index 43a5679..3f9f026 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,23 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>Japan7/renovate-config"], - "postUpdateOptions": ["gomodTidy"] + "extends": [ + "github>Japan7/renovate-config" + ], + "postUpdateOptions": [ + "gomodTidy" + ], + "packageRules": [ + { + "matchDepNames": [ + "go" + ], + "automerge": false + }, + { + "matchManagers": [ + "gomod" + ], + "automerge": false + } + ] }