mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 13:08:35 +03:00
20 lines
359 B
JSON
20 lines
359 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|