Add required files for renovate bot workflow

As outlined in: https://github.com/renovatebot/github-action
This commit is contained in:
2025-09-21 16:57:24 +02:00
parent b82d6fa518
commit 56d7a8155c
3 changed files with 49 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -e
echo "=== Starting Renovate Bot ==="
apt update
apt install -y build-essential libpq-dev
runuser -u ubuntu renovate --platform=github
echo "=== Renovate Bot finished ==="