This commit is contained in:
2025-10-23 23:48:58 +02:00
parent df821be729
commit 5035d4e48a

View File

@@ -14,14 +14,19 @@ jobs:
# Step 2: Run the official Renovate action # Step 2: Run the official Renovate action
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.2 # uses: renovatebot/github-action@v40.1.2
with: run: renovate
# This token is required to allow Renovate to create Pull Requests # with:
token: ${{ secrets.RENOVATE_TOKEN }} # # This token is required to allow Renovate to create Pull Requests
# token: ${{ secrets.RENOVATE_TOKEN }}
# Correctly specify the config file path relative to your repo root # # Correctly specify the config file path relative to your repo root
# This action will handle mapping it into the container correctly. # # This action will handle mapping it into the container correctly.
configurationFile: '/workspace/kovagoadi.hu/Renovate/renovate-config.js' # configurationFile: '/workspace/kovagoadi.hu/Renovate/renovate-config.js'
# Optional: Set the log level for debugging # # Optional: Set the log level for debugging
logLevel: debug # logLevel: debug
env:
RENOVATE_CONFIG_FILE: "/workspace/kovagoadi.hu/Renovate/renovate-config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}