{ "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" ] }