Skip to content

Commit 3eec985

Browse files
Configure dependabot to run on mondays at 08:00 in the Europe/Zurich timezone (#335)
* Configure dependabot to run on mondays at 04:00 in the Europe/Zurich time zone --------- Co-authored-by: Pablo Garcia Miranda <pablo.garciamiranda@swisscom.com>
1 parent b5d8d41 commit 3eec985

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: github-actions
54
directory: /
65
schedule:
76
interval: weekly
7+
day: monday
8+
time: "04:00"
9+
timezone: "Europe/Zurich"
810

911
- package-ecosystem: gomod
1012
directory: /
1113
schedule:
1214
interval: weekly
15+
day: monday
16+
time: "04:00"
17+
timezone: "Europe/Zurich"
1318
allow:
1419
- dependency-type: all
1520

1621
- package-ecosystem: docker
1722
directory: /
1823
schedule:
1924
interval: weekly
25+
day: monday
26+
time: "04:00"
27+
timezone: "Europe/Zurich"

0 commit comments

Comments
 (0)