mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-13 05:58:35 +03:00
chore: configure renovate (#1)
This commit is contained in:
19
.github/renovate.json
vendored
Normal file
19
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base", "schedule:monthly"],
|
||||||
|
"timezone": "Europe/Berlin",
|
||||||
|
"pip_setup": {
|
||||||
|
"fileMatch": [
|
||||||
|
"(^|/)pyproject\\.toml$"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dockerfile": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"docker-compose": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"pyenv": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user