chore: configure renovate (#1)

This commit is contained in:
renovate[bot]
2023-02-08 14:45:18 +01:00
committed by GitHub
parent 27d8ba743e
commit 5fd5c48b48

19
.github/renovate.json vendored Normal file
View 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
}
}