Fix gomodtidy
This commit is contained in:
parent
2b607c08db
commit
30056f54e5
1 changed files with 9 additions and 4 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue