diff --git a/renovate.json b/renovate.json index 3025218..6c74a43 100644 --- a/renovate.json +++ b/renovate.json @@ -14,5 +14,8 @@ "versionCompatibility": "^(?[^-]+)(?-.*)?$", "versioning": "node" } - ] + ], + "vulnerabilityAlerts": { + "labels": ["security"] + } }