Files
mediadevices/renovate.json
T
2022-08-07 14:39:43 +09:00

21 lines
368 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"]
}
],
"ignorePaths": [],
"ignoreDeps": [
"github.com/pion/mediadevices"
]
}