Automerge AWS deps once a day, automaticaly
This commit is contained in:
parent
72d7dd4db9
commit
1e226a6368
1 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"github.com/aws/aws-sdk-go",
|
|
||||||
"github.com/burntsushi/toml",
|
"github.com/burntsushi/toml",
|
||||||
"github.com/go-sql-driver/mysql",
|
"github.com/go-sql-driver/mysql",
|
||||||
"go.mongodb.org/mongo-driver",
|
"go.mongodb.org/mongo-driver",
|
||||||
|
@ -18,6 +17,15 @@
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Schedule AWS SDK updates on Sunday nights (8 PM - 12 AM)",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"github.com/aws/aws-sdk-go"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"schedule": ["* 20-23 * * 0"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue