{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", "schedule:monthly" ], "vulnerabilityAlerts": { "schedule": "before 4am" }, "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" ], "packageRules": [ { "matchManagers": [ "github-actions" ], "groupName": "github-actions" }, { "matchManagers": [ "gomod" ], "matchUpdateTypes": [ "minor", "patch" ], "groupName": "go", "matchPackageNames": [ "!go" ] }, { "matchManagers": [ "npm" ], "matchDepTypes": [ "dependencies" ], "matchUpdateTypes": [ "minor", "patch" ], "groupName": "npm" }, { "matchManagers": [ "npm" ], "matchDepTypes": [ "devDependencies" ], "groupName": "npm dev" } ] }