status-go/vendor/github.com/pion/mdns/renovate.json

16 lines
265 B
JSON
Raw Normal View History

2022-03-10 09:44:48 +00:00
{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy"
],
"commitBody": "Generated by renovateBot",
"packageRules": [
{
"packagePatterns": ["^golang.org/x/"],
"schedule": ["on the first day of the month"]
}
]
}