We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0332ec commit a373903Copy full SHA for a373903
.github/workflows/renovate-validation.yml
@@ -1,5 +1,3 @@
1
-# Refer to https://internaldocs.unity.com/renovate/ for more documentation
2
-
3
# This workflow is for validating the Renovate configuration and docker image
4
# updates for it.
5
name: Renovate Validation
.github/workflows/renovate.yml
@@ -16,8 +16,8 @@ on:
16
default: info
17
required: false
18
schedule:
19
- # Daily scheduled run.
20
- - cron: '0 0 * * *'
+ # Every 6 hours at the 6th minute.
+ - cron: '06 */6 * * *'
21
22
jobs:
23
renovate:
0 commit comments