diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..ae4fccd --- /dev/null +++ b/.github/renovate.json @@ -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 + } +}