This commit is contained in:
Luke Tainton 2024-12-31 20:25:31 +00:00
parent 2137ba5d4a
commit a07c7aaf0f
No known key found for this signature in database
2 changed files with 17 additions and 0 deletions

16
renovate.json Normal file
View File

@ -0,0 +1,16 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": false
}
]
}

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
requests==2.4.0