{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "timezone": "Europe/Berlin", "schedule": ["before 6am on monday"], "labels": ["dependencies"], "prConcurrentLimit": 5, "commitMessagePrefix": "chore(deps):", "packageRules": [ { "description": "Group safe minor+patch updates into one weekly PR per ecosystem", "matchUpdateTypes": ["minor", "patch"], "groupName": "{{manager}} minor & patch" }, { "description": "Major updates stay individual PRs for careful review", "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true } ], "vulnerabilityAlerts": { "enabled": true, "labels": ["security"], "schedule": ["at any time"] }, "ignorePaths": ["**/node_modules/**", "**/bin/**", "**/obj/**"] }