update python version, add renovate config

This commit is contained in:
Federico Justus Denkena 2024-10-18 02:57:35 +02:00
parent cf3955b648
commit 67f97f9236
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
home = /usr/lib/python-exec/python3.11 home = /usr/lib/python-exec/python3.12
include-system-site-packages = false include-system-site-packages = false
version = 3.11.5 version = 3.12.6
executable = /usr/bin/python3.11 executable = /usr/bin/python3.12
command = /usr/lib/python-exec/python3.11/python3 -m venv /var/www/impuls command = /usr/lib/python-exec/python3.12/python3 -m venv /var/www/impuls

6
renovate.json5 Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Denkena-Consulting/renovate-config"
]
}