Skip to content

Commit

Permalink
perf: run renovate every 15 minutes (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Dec 5, 2024
1 parent dd35e48 commit 734f0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Renovate
on:
schedule:
# Match renovate schedule:earlyMondays and schedule:automergeMonthly
- cron: '* 0-3 * * *'
- cron: '*/15 0-3 * * *'
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Renovate
on:
schedule:
# Match renovate schedule:earlyMondays and schedule:automergeMonthly
- cron: '* 0-3 * * *'
- cron: '*/15 0-3 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 734f0fc

Please sign in to comment.