Skip to content

Commit

Permalink
Change dependency update time
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 22, 2024
1 parent cc56266 commit c3fa949
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: "00:30"
time: "23:30"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "00:30"
time: "23:30"
- package-ecosystem: pip
directory: /
schedule:
interval: daily
time: "00:30"
time: "23:30"
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 1 * * *
- cron: 30 0 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit c3fa949

Please sign in to comment.