{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "timezone": "Europe/Paris", "schedule": ["before 6am on monday"], "packageRules": [ { "matchManagers": ["pip_requirements"], "matchUpdateTypes": ["patch", "minor"], "automerge": true }, { "matchManagers": ["dockerfile"], "matchUpdateTypes": ["patch"], "automerge": true } ], "vulnerabilityAlerts": { "enabled": true } }