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 c3a169b commit c5c325aCopy full SHA for c5c325a
.github/workflows/update-dependencies.yml
@@ -7,8 +7,9 @@ name: Daily update dependencies
7
8
on:
9
schedule:
10
- # At 00:00 UTC every Mon, Wed and Friday.
11
- - cron: '00 00 * * 1,3,5'
+ # At 03:00 UTC daily.
+ # This has to run after the automated updated in IoT bindings as it depends from several bindings there.
12
+ - cron: '00 03 * * *'
13
repository_dispatch:
14
types: update-dependencies
15
0 commit comments