chore: Update Renovate config file path in workflow configuration

This commit is contained in:
2024-12-05 13:03:03 -05:00
committed by Daniel Cormier (aider)
parent 4bb60bfef7
commit d252b1abd9

View File

@@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token