Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Reconfigure dependency updates time
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Sep 3, 2024
1 parent 0981ceb commit 630b5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630b5eb

Please sign in to comment.