renovate: Make list more readable
This commit is contained in:
parent
0cbe2ba9c0
commit
dfce260641
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user