mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
Disable updating minimum Go version in go.mod (#448)
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
{
|
{
|
||||||
"packagePatterns": ["^golang.org/x/"],
|
"packagePatterns": ["^golang.org/x/"],
|
||||||
"schedule": ["on the first day of the month"]
|
"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": [],
|
"ignorePaths": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user