Reconfigure dependency updates time

This commit is contained in:
monosans
2024-09-03 11:17:19 +03:00
parent 687cefaaf6
commit 1db01df954
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Update dependencies
on:
workflow_dispatch:
schedule:
- cron: 30 0 * * *
- cron: 00 01 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true