Skip to content

Commit 8f05da0

Browse files
authored
Merge pull request #3028 from nawazkh/update_dependabot
Update dependabot schedule to run weekly 9am EST
2 parents 9ca515c + c50a6a0 commit 8f05da0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,34 @@
22

33
version: 2
44
updates:
5-
65
# github-actions
76
- directory: "/"
87
package-ecosystem: "github-actions"
98
schedule:
10-
interval: "daily"
9+
interval: "weekly"
10+
time: "09:00"
11+
# Use America/New_York Standard Time (UTC -05:00)
12+
timezone: "America/New_York"
1113
commit-message:
1214
prefix: "dependabot"
1315
include: scope
1416
labels:
1517
- "ok-to-test"
1618
- "kind/cleanup"
17-
1819
# Go
1920
- directory: "/"
2021
package-ecosystem: "gomod"
2122
schedule:
22-
interval: "daily"
23+
interval: "weekly"
24+
time: "09:00"
25+
# Use America/New_York Standard Time (UTC -05:00)
26+
timezone: "America/New_York"
2327
commit-message:
2428
prefix: "dependabot"
2529
include: scope
2630
ignore:
27-
2831
# Ignore controller-runtime as its upgraded manually.
2932
- dependency-name: "sigs.k8s.io/controller-runtime"
30-
3133
# Ignore k8s and its transitives modules as they are upgraded manually together with controller-runtime.
3234
- dependency-name: "k8s.io/*"
3335
- dependency-name: "go.etcd.io/*"

0 commit comments

Comments
 (0)