Files
mediadevices/renovate.json
2022-10-12 22:51:12 +09:00

27 lines
587 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"]
},
{
"description": "Disable updating minimum Go version: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
}
],
"ignorePaths": [],
"ignoreDeps": [
"github.com/pion/mediadevices"
]
}