diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0b52af5e..b80953d0 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -35,5 +35,5 @@ jobs: on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 * * * 0,6' + - cron: '*/15 0-3 * * 1' workflow_dispatch: null diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja index c6e14139..b5c91ea7 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja @@ -35,5 +35,5 @@ jobs: on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 * * * 0,6' + - cron: '*/15 0-3 * * 1' workflow_dispatch: null