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)",
|
"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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue