Skip to content

Commit 83115b8

Browse files
committed
Corrected cron and comment
1 parent a792a85 commit 83115b8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/renovate-validation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Refer to https://internaldocs.unity.com/renovate/ for more documentation
2-
31
# This workflow is for validating the Renovate configuration and docker image
42
# updates for it.
53
name: Renovate Validation

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
default: info
1717
required: false
1818
schedule:
19-
# Daily scheduled run.
20-
- cron: '0 0 * * *'
19+
# Every 6 hours at the 6th minute.
20+
- cron: '06 */6 * * *'
2121

2222
jobs:
2323
renovate:

0 commit comments

Comments
 (0)