File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33version : 2
44updates :
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/*"
You can’t perform that action at this time.
0 commit comments