Skip to content

Commit 559e615

Browse files
authored
chore(dependabot): fix invalid timezone
Changed timezone from CEST to CET in Dependabot config.
1 parent d5fb498 commit 559e615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ updates:
3131
schedule:
3232
interval: "cron"
3333
cronjob: "35 8 * * 3,6" # => update twice a week
34-
timezone: CEST
34+
timezone: CET
3535
open-pull-requests-limit: 4
3636
groups:
3737
development-dependencies:

0 commit comments

Comments
 (0)