Skip to content

Commit

Permalink
fix: time must match HH:MM format
Browse files Browse the repository at this point in the history
  • Loading branch information
baduker committed Sep 18, 2024
1 parent c7e9cf2 commit 5db6f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ updates:
directory: "/.github/workflows/"
schedule:
day: "friday"
time: "7:02"
time: "07:02"
timezone: "Europe/Warsaw"
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
day: "friday"
time: "8:01"
time: "08:01"
timezone: "Europe/Warsaw"
interval: "weekly"

0 comments on commit 5db6f82

Please sign in to comment.