Compare commits
5 commits
add-ssh-ke
...
master
Author | SHA1 | Date | |
---|---|---|---|
b28ffae69b | |||
|
4304570da5 | ||
7a2bacd31e | |||
|
788ab8a682 | ||
94c2b848fc |
2 changed files with 22 additions and 1 deletions
|
@ -7,7 +7,7 @@ contextvars==2.4
|
||||||
cryptography==41.0.7
|
cryptography==41.0.7
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
execnet==2.0.2
|
execnet==2.0.2
|
||||||
idna==3.6
|
idna==3.10
|
||||||
immutables==0.20
|
immutables==0.20
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
|
|
21
renovate.json
Normal file
21
renovate.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue