Compare commits

...

2 Commits

Author SHA1 Message Date
8570b1df76 Update ghcr.io/renovatebot/renovate Docker tag to v38.56.1 2024-08-28 08:17:45 +02:00
d1b7ddfdad [renovate] feat: run now every hour between 6-18
All checks were successful
Renovate Bot / Renovate (push) Successful in 3m2s
2024-08-28 08:15:27 +02:00

View File

@ -4,7 +4,7 @@
name: 'Renovate Bot' name: 'Renovate Bot'
on: on:
schedule: schedule:
- cron: '45 6 * * *' - cron: '45 6-17 * * *'
push: push:
branches: branches:
- 'main' - 'main'
@ -15,7 +15,7 @@ jobs:
# renovate # renovate
Renovate: Renovate:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
container: 'ghcr.io/renovatebot/renovate:38.56.0' container: 'ghcr.io/renovatebot/renovate:38.56.1'
steps: steps:
# checkout code # checkout code