Automerge AWS deps once a day, automaticaly

This commit is contained in:
nemunaire 2025-05-22 08:40:57 +02:00
parent 72d7dd4db9
commit 1e226a6368

View file

@ -4,7 +4,6 @@
"packageRules": [
{
"matchPackageNames": [
"github.com/aws/aws-sdk-go",
"github.com/burntsushi/toml",
"github.com/go-sql-driver/mysql",
"go.mongodb.org/mongo-driver",
@ -18,6 +17,15 @@
],
"automerge": true,
"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": [