libmedium/renovate.json
Aravinth Manivannan a6bb64d209
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add renovatebot dashbaord
2024-06-04 10:23:05 +05:30

12 lines
358 B
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"]
}
}