We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b1eb0 commit 380ad3eCopy full SHA for 380ad3e
.github/dependabot.yml
@@ -5,7 +5,7 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
- time: "03:00"
+ time: "04:00"
9
timezone: "Europe/Berlin"
10
pull-request-branch-name:
11
separator: "-"
.github/workflows/auto-update.yml
@@ -3,7 +3,7 @@ name: Schedule Auto Update
3
4
on:
- - cron: "0 0 * * *"
+ - cron: "30 4 * * *"
jobs:
auto-update:
0 commit comments