Every 15 mins

This commit is contained in:
Jan Høydahl 2023-02-17 01:56:54 +01:00
parent bbc56f7205
commit cb241eaeb6

View file

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