Every hour

This commit is contained in:
Jan Høydahl 2023-02-22 01:17:44 +01:00
parent 7e69b21416
commit 9ec3f70e5f

View file

@ -3,7 +3,7 @@ on:
schedule: schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this # The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted. # string has to be quoted.
- cron: '*/30 * * * *' - cron: '0 * * * *'
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest