Skip to content

Commit

Permalink
refactor(ci/cd): better sync the update timeframes (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 13, 2022
1 parent b9b1eb0 commit 380ad3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "03:00"
time: "04:00"
timezone: "Europe/Berlin"
pull-request-branch-name:
separator: "-"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Schedule Auto Update

on:
schedule:
- cron: "0 0 * * *"
- cron: "30 4 * * *"

jobs:
auto-update:
Expand Down

0 comments on commit 380ad3e

Please sign in to comment.