diff --git a/renovate.json b/renovate.json index f850ed18..8e8565ff 100644 --- a/renovate.json +++ b/renovate.json @@ -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": [],