Compare commits

...

4 Commits

Author SHA1 Message Date
4c8e27b6ae Update actions/checkout action to v6 2025-11-21 12:02:47 +00:00
589bb56777 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 2m21s
Reviewed-on: #1
2025-11-03 03:28:32 +00:00
63f5940e35 Merge branch 'main' into renovate/configure 2025-11-03 03:28:24 +00:00
e200de9bde corrected github token secret variable
All checks were successful
renovate / renovate (push) Successful in 1m0s
2025-11-01 18:16:16 +00:00

View File

@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} # optional