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
+3 -3
View File
@@ -4,17 +4,17 @@ updates:
directory: /
schedule:
interval: daily
time: "23:30"
time: "00:00"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "23:30"
time: "00:00"
- package-ecosystem: pip
directory: /
schedule:
interval: daily
time: "23:30"
time: "00:00"
groups:
pip-semver-minor:
patterns:
+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