diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index da8c6404..8aa88c5e 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -7,8 +7,10 @@ name: Daily update dependencies on: schedule: - # At 00:40 UTC. - - cron: '00 03 * * Wed,Fri' + # At 07:00 UTC. + # Note: Schedule aligned with nanoFramework.IoT.Device updates + # which is the main source of NuGet updates of target libraries + - cron: '00 07 * * Mon,Wed' repository_dispatch: types: update-dependencies