Disable updating minimum Go version in go.mod (#448)

This commit is contained in:
Atsushi Watanabe
2022-10-12 22:51:12 +09:00
committed by GitHub
parent 52cf6e72b1
commit 2d9208de5b
+6
View File
@@ -11,6 +11,12 @@
{
"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": [],