Merge pull request 'chore: Configure Renovate' (#19) from renovate/configure into master

Reviewed-on: #19
This commit is contained in:
Aravinth Manivannan 2024-06-04 10:13:37 +05:30
commit b559bc56b1

21
renovate.json Normal file
View file

@ -0,0 +1,21 @@
{
"$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"
]
}
}