Compare commits

...

5 commits

2 changed files with 22 additions and 1 deletions

View file

@ -7,7 +7,7 @@ contextvars==2.4
cryptography==41.0.7
distro==1.9.0
execnet==2.0.2
idna==3.6
idna==3.10
immutables==0.20
iniconfig==2.0.0
Jinja2==3.1.3

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