Skip to content

Commit 955dd83

Browse files
authored
refactor(ci/cd): better sync the update timeframes (#225)
1 parent c51931e commit 955dd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)