2 Commits

Author SHA1 Message Date
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

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
@@ -21,4 +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 }}
GITHUB_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }} RENOVATE_GITHUB_COM_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }}