renovate: Add automerge packages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2021-12-03 15:11:09 +01:00
parent dbce688d62
commit 15241bec5c
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["github.com/rivo/tview", "github.com/go-sql-driver/mysql", "github.com/julienschmidt/httprouter", "github.com/miekg/dns", "golang.org/x/oauth2", "gopkg.in/asn1-ber.v1"],
"automerge": true,
"automergeType": "branch"
}
]
}