diff --git a/automerge-go.json b/automerge-go.json index f2ff202..4880f52 100644 --- a/automerge-go.json +++ b/automerge-go.json @@ -24,14 +24,19 @@ { "description": "Schedule AWS SDK updates on Sunday nights (8 PM - 12 AM)", "matchPackageNames": [ - "github.com/aws/aws-sdk-go" + "github.com/aws/aws-sdk-go", + "github.com/aws/aws-sdk-go/v2" ], "automerge": true, "automergeType": "branch", "schedule": ["* 20-23 * * 0"] + }, + { + "matchManagers": ["gomod"], + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" + ] } - ], - "postUpdateOptions": [ - "gomodTidy" ] }