{ "name": "gamma", "git_url": "http://git:REPLACE_WITH_GITEA_TOKEN@REPLACE_WITH_GIT_HOST/org/gamma.git", "default_branch": "main", "languages": ["python"], "subprojects": [ { "path": ".", "language": "python", "build": "pip install -e .", "test": "pytest tests/", "lint": "ruff check .", "audit": "pip-audit", "timeout_secs": 900 } ], "schedule": {"audit": "0 2 * * *"}, "notify": {"email": ["alerts@example.com"], "on": ["audit_fail", "cve_found"], "auto_patch": false} }