Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(security): add docker security update rules to renovate config
Adds Docker-specific package rules to automatically handle security vulnerabilities in container images. Enables auto-merging of security patches and prioritizes security-related updates. feat(renovate): simplify and improve security configuration - Remove explicit enabledManagers in favor of auto-discovery - Add global vulnerabilityAlerts configuration - Remove redundant Docker-specific rules - Maintain existing CI and language version grouping This change makes the configuration more maintainable and ensures better coverage of security updates across all dependency types. The simplified configuration relies on Renovate's default behaviors while still maintaining our custom grouping and automation needs.
- Loading branch information