From a6bb64d209506198af9148aaf7f5905632f6d1c6 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 4 Jun 2024 10:23:05 +0530 Subject: [PATCH] feat: add renovatebot dashbaord --- renovate.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..8d9a86c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,12 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":dependencyDashboard"], + "labels": ["renovate-bot"], + "prHourlyLimit": 0, + "timezone": "Asia/kolkata", + "prCreation": "immediate", + "vulnerabilityAlerts": { + "enabled": true, + "labels": ["renovate-bot", "renovate-security", "security"] + } }