renovate: Make list more readable

This commit is contained in:
nemunaire 2022-02-08 17:04:20 +01:00
parent 0cbe2ba9c0
commit dfce260641
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@
"$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"],
"matchPackageNames": [
"github.com/julienschmidt/httprouter",
"github.com/go-sql-driver/mysql",
"github.com/miekg/dns",
"github.com/rivo/tview",
"golang.org/x/oauth2",
"gopkg.in/asn1-ber.v1"
],
"automerge": true,
"automergeType": "branch"
}