10 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
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
fc52aca03d Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v40.26.1' (#3) from renovate/ghcr.io-renovatebot-renovate-40.x into main
All checks were successful
renovate / renovate (push) Successful in 22s
Reviewed-on: #3
2025-05-24 09:31:58 +02:00
89602e6afe Update ghcr.io/renovatebot/renovate Docker tag to v40.26.1 2025-05-23 20:46:58 +00:00
fe9e43aef7 Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 55s
2025-05-23 22:46:06 +02:00
e620e80b76 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
renovate / renovate (push) Successful in 1m38s
Reviewed-on: #1
2025-05-23 22:43:19 +02:00
6731117ee8 Add renovate.json 2025-05-23 20:41:43 +00:00
2 changed files with 10 additions and 3 deletions

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 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
branches:
- main
@@ -13,11 +13,12 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
container: ghcr.io/renovatebot/renovate:41.43.4
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secret.RENOVATE_GITHUB_TOKEN }}

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}