Compare commits

..

3 Commits

Author SHA1 Message Date
3717c11b00 Merge pull request 'Update actions/checkout action to v6' (#4) from renovate/actions-checkout-6.x into main
All checks were successful
renovate / renovate (push) Successful in 1m41s
Reviewed-on: #4
2025-12-08 09:25:06 -06:00
8bfa4268b5 Update actions/checkout action to v6 2025-11-21 14:02:26 +00:00
8085f397d4 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 2m9s
Reviewed-on: #1
2025-11-12 21:29:32 +00:00

View File

@@ -15,7 +15,7 @@ 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