This commit is contained in:
parent
8199005f84
commit
a6bb64d209
1 changed files with 10 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue