Skip to content

Commit 51cec55

Browse files
authored
ci: Change Renovate schedule to run every 2 hours (#74)
1 parent 5d3156a commit 51cec55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
schedule:
4646
# The "*" (#42, asterisk) character has special semantics in YAML, so this
4747
# string has to be quoted.
48-
- cron: '*/15 * * * *'
48+
- cron: '0 */2 * * *'
4949
jobs:
5050
renovate:
5151
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)