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
Pierre-Olivier Mercier 15241bec5c
All checks were successful
continuous-integration/drone/push Build is passing
renovate: Add automerge packages
2022-02-03 09:06:53 +01:00

11 lines
361 B
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"
}
]
}