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
+1
View File
@@ -22,3 +22,4 @@ jobs:
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
token: ${{ secrets.GITHUB_TOKEN }}
docker-volumes: ${{ github.workspace }}:/github/workspace