Compare commits

...

6 Commits

Author SHA1 Message Date
f5235baeac Update ghcr.io/renovatebot/renovate Docker tag to v41.43.5 2025-07-26 18:51:13 +00:00
8410909f04 Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 29s
2025-07-26 20:50:47 +02:00
af55f7a4bc Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 30s
2025-07-26 16:49:49 +02:00
879cb031a9 Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v41' (#5) from renovate/ghcr.io-renovatebot-renovate-41.x into main
All checks were successful
renovate / renovate (push) Successful in 50s
Reviewed-on: #5
2025-07-26 16:46:59 +02:00
d28d72bdb0 Update ghcr.io/renovatebot/renovate Docker tag to v41 2025-07-26 14:44:16 +00:00
ca29fe2763 Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 34s
2025-07-26 16:43:47 +02:00

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 12 * * *" - cron: "0 4 * * 3,6" # “At 04:00 on Wednesday and Saturday.”
push: # runs this workflow when pushes to the main branch are made push: # runs this workflow when pushes to the main branch are made
branches: branches:
- main - main
@@ -13,7 +13,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:40.26.1 container: ghcr.io/renovatebot/renovate:41.43.5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
@@ -21,3 +21,4 @@ jobs:
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 }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }}