Compare commits

..

No commits in common. "master" and "add-ssh-key" have entirely different histories.

2 changed files with 1 additions and 22 deletions

View file

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

View file

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