Files
mediadevices/renovate.json
T
2020-02-18 16:36:28 -08:00

17 lines
289 B
JSON

{
"extends": [
"config:base",
"schedule:weekly"
],
"postUpdateOptions": [
"gomodTidy"
],
"commitBody": "Generated by Renovate Bot",
"packageRules": [
{
"packagePatterns": ["^golang.org/x/"],
"schedule": ["on the first day of the month"]
}
]
}