mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Revert to every second hour
This commit is contained in:
parent
4257cb6c61
commit
c8f5c86e33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Renovate
|
|||
on:
|
||||
schedule:
|
||||
# Run every 2nd hour
|
||||
- cron: '30 * * * *'
|
||||
- cron: '0 */2 * * *'
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue