This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/renovate.json

11 lines
361 B
JSON
Raw Normal View History

2021-08-03 09:01:32 +00:00
{
2021-12-03 14:11:09 +00:00
"$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"
}
]
2021-08-03 09:01:32 +00:00
}