mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 12:31:15 +08:00
27 lines
587 B
JSON
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"
|
|
]
|
|
}
|