Add renovate.json
Some checks failed
Lint / fmt (pull_request) Has been cancelled
Lint / clippy (pull_request) Has been cancelled
Coverage / stable - x86_64-unknown-linux-gnu (pull_request) Has been cancelled
Build / stable - x86_64-unknown-linux-gnu (pull_request) Has been cancelled

This commit is contained in:
Renovate Bot 2025-01-05 23:49:07 +00:00
parent 64daf6eb2f
commit e59d54802a

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