Create some renovate presets

This commit is contained in:
nemunaire 2023-05-05 09:40:01 +02:00
commit 5d476dccac
7 changed files with 106 additions and 0 deletions

18
automerge-go.json Normal file
View file

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Preset for automerging some go packages",
"packageRules": [
{
"matchPackageNames": [
"github.com/burntsushi/toml",
"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"
}
]
}