{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>ivuorinen/renovate-config", "github>renovatebot/presets:golang", "schedule:weekly"], "customManagers": [ { "customType": "regex", "fileMatch": ["^Makefile$", "\\.mk$"], "matchStrings": [ "@go install (?\\S+)@(?v?\\d+\\.\\d+\\.\\d+)[\\s\\S]*?renovate:\\s*datasource=(?\\S+)\\s+depName=\\S+" ], "versioningTemplate": "semver" } ], "stabilityDays": 3, "packageRules": [ { "matchManagers": ["custom.regex"], "matchFileNames": ["Makefile", "*.mk"], "groupName": "development tools", "schedule": ["before 6am on monday"] } ] }