Fix gomodtidy

This commit is contained in:
nemunaire 2026-03-18 01:41:11 +00:00
commit 30056f54e5

View file

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