1 Commits

Author SHA1 Message Date
f9ff5978d4 Update ghcr.io/renovatebot/renovate Docker tag to v41 2025-07-26 13:46:44 +00:00

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 4 * * 3,6" # “At 04:00 on Wednesday and Saturday.”
- cron: "0 12 * * *"
push: # runs this workflow when pushes to the main branch are made
branches:
- main
@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.43.4
container: ghcr.io/renovatebot/renovate:41.43.3
steps:
- uses: actions/checkout@v4
- run: renovate
@@ -21,4 +21,3 @@ jobs:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }}