Skip to content

Commit

Permalink
Reconfigure dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 10, 2023
1 parent d8179c9 commit b9a0159
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ updates:
directory: /
schedule:
interval: daily
time: "04:30"
time: "02:30"
groups:
minor:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: pip
directory: /
schedule:
interval: daily
time: "04:30"
time: "02:30"
groups:
minor:
patterns:
- "*"
update-types:
- minor
- patch
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: 0 6 * * *
- cron: 30 3 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit b9a0159

Please sign in to comment.