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