infra: added Renovate bot

This commit is contained in:
2025-12-22 12:50:59 +01:00
parent 68372405d6
commit 6701a4b392
3 changed files with 51 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
# --- SETTINGS ---
CORE_DIR = brain
IMAGE_NAME = agent_media
# renovate: datasource=docker depName=python
PYTHON_VERSION = 3.12.7
PYTHON_VERSION_SHORT = $(shell echo $(PYTHON_VERSION) | cut -d. -f1,2)
# Change to 'uv' when ready.