Merge pull request 'chore: Configure Renovate' (#7) from renovate/configure into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending approval

Reviewed-on: #7
This commit is contained in:
Aravinth Manivannan 2024-06-04 13:05:23 +05:30
commit 15775ddd8c

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"
]
}
}