fix: Renovate workflow config updated to point to correct config.js location in .gitea/workflows directory
This commit is contained in:
parent
206f2db656
commit
0eff437862
@ -15,6 +15,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "./gitea/workflows/config.js" # replace it with your config.js path
|
RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.GA_TOKEN }} # your Revonate bot token
|
RENOVATE_TOKEN: ${{ secrets.GA_TOKEN }} # your Revonate bot token
|
Loading…
x
Reference in New Issue
Block a user