37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"description": "Preset for automerging some go packages",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"github.com/burntsushi/toml",
|
|
"github.com/coreos/go-oidc",
|
|
"github.com/go-sql-driver/mysql",
|
|
"go.mongodb.org/mongo-driver",
|
|
"github.com/miekg/dns",
|
|
"github.com/ProtonMail/go-crypto",
|
|
"github.com/russross/blackfriday",
|
|
"github.com/studio-b12/gowebdav",
|
|
"golang.org/x/crypto",
|
|
"golang.org/x/image",
|
|
"golang.org/x/oauth2",
|
|
"github.com/yuin/goldmark"
|
|
],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"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": [
|
|
"gomodTidy"
|
|
]
|
|
}
|