renovate: Automerge some go packages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2022-02-08 07:00:27 +01:00
parent 1613b1780d
commit 38eaec6edc
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": [
"github.com/burntsushi/toml",
"github.com/studio-b12/gowebdav",
"golang.org/x/crypto",
"golang.org/x/image",
"golang.org/x/oauth2"
],
"automerge": true,
"automergeType": "branch"
}
]
}