Reconfigure dependency updates time
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user