Modify renovate workflow to use docker-mount

This commit is contained in:
2025-09-21 17:26:08 +02:00
parent 05e72bf0dc
commit 13a9075376
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -1,11 +1,13 @@
#!/bin/bash
set -e
set -euo pipefail
echo "=== Starting Renovate Bot ==="
cd /github/workspace
apt update
apt install -y build-essential libpq-dev
runuser -u ubuntu renovate --platform=github
runuser -u ubuntu -- renovate --platform=github
echo "=== Renovate Bot finished ==="