Skip to content

Commit 380ad3e

Browse files
authored
refactor(ci/cd): better sync the update timeframes (#189)
1 parent b9b1eb0 commit 380ad3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
time: "03:00"
8+
time: "04:00"
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"

.github/workflows/auto-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Schedule Auto Update
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "30 4 * * *"
77

88
jobs:
99
auto-update:

0 commit comments

Comments
 (0)